Html Css Color HEX #2CDC6E Emerald

📋 copy color: '#2CDC6E'

red 44 ◦ green 220 ◦ blue 110

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

Shades of Emerald #2CDC6E

Tints of Emerald #2CDC6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.41%

R = 11.76%
G = 58.82%
B = 29.41%

CMYK

 C value IS 0.8

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#2CDC6E (or 0x2CDC6E) is known color: Emerald. HEX triplet: 2C, DC and 6E. RGB value is (44,220,110). Sum of RGB (Red+Green+Blue) = 44+220+110=374 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.76% from 374); Green value is 220 (86.33% from 255 or 58.82% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 220 - color contains mainly: green. Hex color #2CDC6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CDC6E is #D32391. Grayscale: #9B9B9B. Windows color (decimal): -13837202 or 7265324. OLE color: 7265324.

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

Color convert

RGB 44 220 110 -
CMYK 0.8 0 0.50 0.14
HSL 142.5º 0.72% 0.52% -
HSV(B) 142.5º 0.8% 0.86% -
XYZ 29.45 52.85 23.4 -
YUV 154.84 102.69 48.94 -
System Red Green Blue C M Y K H S L
Decimal 44 220 110 0.8 0 0.50 0.14 142.5 0.72 0.52
Hex 2C DC 6E 50 0 32 E 8E 48 34
Octal 54 334 156 120 0 62 16 216 110 64
Binary 101100 11011100 1101110 1010000 0 110010 1110 10001110 1001000 110100

Color Harmonies of #2CDC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CDC6E

Black with #2CDC6E

Text Example


Text Example

White with #2CDC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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