Html Css Color HEX #2BDC77 Emerald

📋 copy color: '#2BDC77'

red 43 ◦ green 220 ◦ blue 119

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

Shades of Emerald #2BDC77

Tints of Emerald #2BDC77

RGB

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

 GREEN value IS 220 (86.33% from 255) = 57.59%

 BLUE value IS 119 (46.88% from 255) = 31.15%

R = 11.26%
G = 57.59%
B = 31.15%

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

#2BDC77 (or 0x2BDC77) is known color: Emerald. HEX triplet: 2B, DC and 77. RGB value is (43,220,119). Sum of RGB (Red+Green+Blue) = 43+220+119=382 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.26% from 382); Green value is 220 (86.33% from 255 or 57.59% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 220 - color contains mainly: green. Hex color #2BDC77 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BDC77 is #D42388. Grayscale: #9B9B9B. Windows color (decimal): -13902729 or 7855147. OLE color: 7855147.

HSL color Cylindrical-coordinate representation of color #2BDC77: hue angle of 145.76º 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 #2BDC77 is Cyan = 0.80, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 43 220 119 -
CMYK 0.80 0 0.46 0.14
HSL 145.76º 0.72% 0.52% -
HSV(B) 145.76º 0.8% 0.86% -
XYZ 29.92 53.03 26.11 -
YUV 155.56 107.36 47.71 -
System Red Green Blue C M Y K H S L
Decimal 43 220 119 0.80 0 0.46 0.14 145.76 0.72 0.52
Hex 2B DC 77 50 0 2E E 92 48 34
Octal 53 334 167 120 0 56 16 222 110 64
Binary 101011 11011100 1110111 1010000 0 101110 1110 10010010 1001000 110100

Color Harmonies of #2BDC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDC77

Black with #2BDC77

Text Example


Text Example

White with #2BDC77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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