#2BDE71

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

Shades of Emerald #2BDE71

Tints of Emerald #2BDE71

Color information

#2BDE71 (or 0x2BDE71) is unknown color: approx Emerald. HEX triplet: 2B, DE and 71. RGB value is (43,222,113). Sum of RGB (Red+Green+Blue) = 43+222+113=378 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.38% from 378); Green value is 222 (87.11% from 255 or 58.73% from 378); Blue value is 113 (44.53% from 255 or 29.89% from 378); Max value from RGB is 222 - color contains mainly: green. Hex color #2BDE71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BDE71 is #D4218E. Grayscale: #9C9C9C. Windows color (decimal): -13902223 or 7462443. OLE color: 7462443.

HSL color Cylindrical-coordinate representation of color #2BDE71: hue angle of 143.46º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BDE71 is Cyan = 0.81, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB43222113-
CMYK0.8100.490.13
HSL143.46º73.06%51.96%-
HSV(B)143.46º80.63%87.06%-
XYZ30.153.9524.45-
YUV156.05103.747.36-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.38%
GREEN value IS 222 (87.11% from 255) = 58.73%
BLUE value IS 113 (44.53% from 255) = 29.89%
R=11.38%
G=58.73%
B=29.89%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal432221130.8100.490.13143.4673.0651.96
Hex2BDE7151031D8f4934
Octal533361611210611521711164
Binary101011110111101110001101000101100011101100011111001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2BDE71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,222,113); }

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

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

 a { background-color: rgb(43,222,113); }

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

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

 span { border-color: rgb(43,222,113); }

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