#2BDC76

Color #2BDC76 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #2BDC76

Tints of Emerald #2BDC76

Color information

#2BDC76 (or 0x2BDC76) is unknown color: approx Emerald. HEX triplet: 2B, DC and 76. RGB value is (43,220,118). Sum of RGB (Red+Green+Blue) = 43+220+118=381 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.29% from 381); Green value is 220 (86.33% from 255 or 57.74% from 381); Blue value is 118 (46.48% from 255 or 30.97% from 381); Max value from RGB is 220 - color contains mainly: green. Hex color #2BDC76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BDC76 is #D42389. Grayscale: #9B9B9B. Windows color (decimal): -13902730 or 7789611. OLE color: 7789611.

HSL color Cylindrical-coordinate representation of color #2BDC76: hue angle of 145.42º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BDC76 is Cyan = 0.80, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB43220118-
CMYK0.8000.460.14
HSL145.42º71.66%51.57%-
HSV(B)145.42º80.45%86.27%-
XYZ29.8653.0125.8-
YUV155.45106.8647.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 43 (17.19% from 255) = 11.29%
GREEN value IS 220 (86.33% from 255) = 57.74%
BLUE value IS 118 (46.48% from 255) = 30.97%
R=11.29%
G=57.74%
B=30.97%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal432201180.8000.460.14145.4271.6651.57
Hex2BDC765002EE914834
Octal533341661200561622111064
Binary101011110111001110110101000001011101110100100011001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BDC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2BDC76; }

 p { color: rgb(43,220,118); }

 H1.HeaderClassName
 {
   color: #2BDC76;
 }
 .AnyTagClassName
 {
   color: #2BDC76;
 }
</style>
background-color css

<style>
 a { background-color: #2BDC76; }

 a { background-color: rgb(43,220,118); }

 div.DivClassName
 {
   background-color: #2BDC76;
 }
 .BgClassName
 {
   background-color: #2BDC76;
 }
</style>
border-color css

<style>
 span { border-color: #2BDC76; }

 span { border-color: rgb(43,220,118); }

 td.TdClassName
 {
   border-color: #2BDC76;
 }
 .TagClassName
 {
   border-color: #2BDC76;
 }
</style>