Html Css Color HEX #2BDB76 Emerald

📋 copy color: '#2BDB76'

red 43 ◦ green 219 ◦ blue 118

#2BDB76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #2BDB76

Tints of Emerald #2BDB76

RGB

 RED value IS 43 (17.19% from 255) = 11.32%

 GREEN value IS 219 (85.94% from 255) = 57.63%

 BLUE value IS 118 (46.48% from 255) = 31.05%

R = 11.32%
G = 57.63%
B = 31.05%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#2BDB76 (or 0x2BDB76) is known color: Emerald. HEX triplet: 2B, DB and 76. RGB value is (43,219,118). Sum of RGB (Red+Green+Blue) = 43+219+118=380 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.32% from 380); Green value is 219 (85.94% from 255 or 57.63% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 219 - color contains mainly: green. Hex color #2BDB76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BDB76 is #D42489. Grayscale: #9B9B9B. Windows color (decimal): -13902986 or 7789355. OLE color: 7789355.

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

Color convert

RGB 43 219 118 -
CMYK 0.80 0 0.46 0.14
HSL 145.57º 0.71% 0.51% -
HSV(B) 145.57º 0.8% 0.86% -
XYZ 29.6 52.48 25.71 -
YUV 154.86 107.19 48.21 -
System Red Green Blue C M Y K H S L
Decimal 43 219 118 0.80 0 0.46 0.14 145.57 0.71 0.51
Hex 2B DB 76 50 0 2E E 92 47 33
Octal 53 333 166 120 0 56 16 222 107 63
Binary 101011 11011011 1110110 1010000 0 101110 1110 10010010 1000111 110011

Color Harmonies of #2BDB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDB76

Black with #2BDB76

Text Example


Text Example

White with #2BDB76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2BDB76;
 }
 .AnyTagClassName
 {
   color: #2BDB76;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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