Shades of Emerald #2CE077
Tints of Emerald #2CE077
RGB
CMYK
RGB Variations
Color information
#2CE077 (or 0x2CE077) is known color: Emerald. HEX triplet: 2C, E0 and 77. RGB value is (44,224,119). Sum of RGB (Red+Green+Blue) = 44+224+119=387 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.37% from 387); Green value is 224 (87.89% from 255 or 57.88% from 387); Blue value is 119 (46.88% from 255 or 30.75% from 387); Max value from RGB is 224 - color contains mainly: green. Hex color #2CE077 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CE077 is #D31F88. Grayscale: #9E9E9E. Windows color (decimal): -13836169 or 7856172. OLE color: 7856172.
HSL color Cylindrical-coordinate representation of color #2CE077: hue angle of 145º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CE077 is Cyan = 0.80, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 44 | 224 | 119 | - |
| CMYK | 0.80 | 0 | 0.47 | 0.12 |
| HSL | 145º | 0.74% | 0.53% | - |
| HSV(B) | 145º | 0.8% | 0.88% | - |
| XYZ | 31.02 | 55.18 | 26.47 | - |
| YUV | 158.21 | 105.87 | 46.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 224 | 119 | 0.80 | 0 | 0.47 | 0.12 | 145 | 0.74 | 0.53 |
| Hex | 2C | E0 | 77 | 50 | 0 | 2F | C | 91 | 4A | 35 |
| Octal | 54 | 340 | 167 | 120 | 0 | 57 | 14 | 221 | 112 | 65 |
| Binary | 101100 | 11100000 | 1110111 | 1010000 | 0 | 101111 | 1100 | 10010001 | 1001010 | 110101 |
Color Harmonies of #2CE077
Complementary color
Monochromatic Colors of #2CE077
Black with #2CE077
Text Example
Text Example
White with #2CE077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE077; }
p { color: rgb(44,224,119); }
H1.HeaderClassName
{
color: #2CE077;
}
.AnyTagClassName
{
color: #2CE077;
}
</style>
background-color css
<style>
a { background-color: #2CE077; }
a { background-color: rgb(44,224,119); }
div.DivClassName
{
background-color: #2CE077;
}
.BgClassName
{
background-color: #2CE077;
}
</style>
border-color css
<style>
span { border-color: #2CE077; }
span { border-color: rgb(44,224,119); }
td.TdClassName
{
border-color: #2CE077;
}
.TagClassName
{
border-color: #2CE077;
}
</style>