Html Css Color HEX #2CDC76 Emerald

📋 copy color: '#2CDC76'

red 44 ◦ green 220 ◦ blue 118

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

Shades of Emerald #2CDC76

Tints of Emerald #2CDC76

RGB

 RED value IS 44 (17.58% from 255) = 11.52%

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

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

R = 11.52%
G = 57.59%
B = 30.89%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#2CDC76 (or 0x2CDC76) is known color: Emerald. HEX triplet: 2C, DC and 76. RGB value is (44,220,118). Sum of RGB (Red+Green+Blue) = 44+220+118=382 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.52% from 382); Green value is 220 (86.33% from 255 or 57.59% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 220 - color contains mainly: green. Hex color #2CDC76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CDC76 is #D32389. Grayscale: #9B9B9B. Windows color (decimal): -13837194 or 7789612. OLE color: 7789612.

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

Color convert

RGB 44 220 118 -
CMYK 0.8 0 0.46 0.14
HSL 145.23º 0.72% 0.52% -
HSV(B) 145.23º 0.8% 0.86% -
XYZ 29.9 53.03 25.8 -
YUV 155.75 106.69 48.29 -
System Red Green Blue C M Y K H S L
Decimal 44 220 118 0.8 0 0.46 0.14 145.23 0.72 0.52
Hex 2C DC 76 50 0 2E E 91 48 34
Octal 54 334 166 120 0 56 16 221 110 64
Binary 101100 11011100 1110110 1010000 0 101110 1110 10010001 1001000 110100

Color Harmonies of #2CDC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CDC76

Black with #2CDC76

Text Example


Text Example

White with #2CDC76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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