color codes Logo

#2bb95d color codes

#2BB95D
(43,185,93)
0 Favorites   0 Comments

Color spaces of #2bb95d

RGB 4318593
HSL0.390.620.45
HSV141°77°73°
CMYK 0.770.000.50   0.27
XYZ20.321036.001816.2339
Yxy36.00180.28010.4962
Hunter Lab60.0015-44.549225.9597
CIE-Lab66.5213-56.717536.2264

#2bb95d color RGB value is (43,185,93).

#2bb95d hex color red value is 43, green value is 185 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #2bb95d hue: 0.39 , saturation: 0.62 and the lightness value of 2bb95d is 0.45.

The process color (four color CMYK) of #2bb95d color code is 0.77, 0.00, 0.50, 0.27. Web safe color of #2bb95d is #33cc66. Color #2bb95d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 10111001 01011101
Octal 53 271 135
Decimal 43 185 93
Hex 2B B9 5D

RGB Percentages of Color #2bb95d

%13.40
%57.63
%28.97

CMYK Percentages of Color #2bb95d

%77
%0
%50
%27

Triadic Colors of #2bb95d

#2bb95d #5d2bb9 #b95d2b

Analogous Colors of #2bb95d

#2bb95d #2bb9a4 #40b92b

Monochromatic Colors of #2bb95d

#2bb95d

Complementary Color

#2bb95d #b92b87

#2bb95d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2bb95d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2bb95d Color CSS Codes

.mybgcolor {background-color:#2bb95d; } 
.myforecolor {color:#2bb95d; }
.mybordercolor {border:3px solid #2bb95d; }

#2bb95d Text Font Color

<p style="color:#2bb95d">Text here</p>

This sample text font color is #2bb95d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#2bb95d Background Color

<div style="background-color:#2bb95d">
Div content here</div>

This div background color is #2bb95d


#2bb95d Border Color

<div style="border:3px solid #2bb95d">
Div here</div>

This div border color is #2bb95d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(43,185,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2bb95d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2bb95d;
  -webkit-box-shadow: 1px 1px 3px 2px #2bb95d;
  box-shadow:         1px 1px 3px 2px #2bb95d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(43,185,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #2bb95d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #2bb95d;
  -webkit-box-shadow: 1px 1px 3px 2px #2bb95d;
  box-shadow:         1px 1px 3px 2px #2bb95d;">
Div content here</div>

This div box has shadow with color #2bb95d


Comments

No comments written yet.

Please login to write comment.