Shades of Emerald #2CE072
Tints of Emerald #2CE072
RGB
CMYK
RGB Variations
Color information
#2CE072 (or 0x2CE072) is known color: Emerald. HEX triplet: 2C, E0 and 72. RGB value is (44,224,114). Sum of RGB (Red+Green+Blue) = 44+224+114=382 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.52% from 382); Green value is 224 (87.89% from 255 or 58.64% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 224 - color contains mainly: green. Hex color #2CE072 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CE072 is #D31F8D. Grayscale: #9D9D9D. Windows color (decimal): -13836174 or 7528492. OLE color: 7528492.
HSL color Cylindrical-coordinate representation of color #2CE072: hue angle of 143.33º 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 #2CE072 is Cyan = 0.80, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 44 | 224 | 114 | - |
| CMYK | 0.80 | 0 | 0.49 | 0.12 |
| HSL | 143.33º | 0.74% | 0.53% | - |
| HSV(B) | 143.33º | 0.8% | 0.88% | - |
| XYZ | 30.73 | 55.06 | 24.93 | - |
| YUV | 157.64 | 103.37 | 46.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 224 | 114 | 0.80 | 0 | 0.49 | 0.12 | 143.33 | 0.74 | 0.53 |
| Hex | 2C | E0 | 72 | 50 | 0 | 31 | C | 8F | 4A | 35 |
| Octal | 54 | 340 | 162 | 120 | 0 | 61 | 14 | 217 | 112 | 65 |
| Binary | 101100 | 11100000 | 1110010 | 1010000 | 0 | 110001 | 1100 | 10001111 | 1001010 | 110101 |
Color Harmonies of #2CE072
Complementary color
Monochromatic Colors of #2CE072
Black with #2CE072
Text Example
Text Example
White with #2CE072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE072; }
p { color: rgb(44,224,114); }
H1.HeaderClassName
{
color: #2CE072;
}
.AnyTagClassName
{
color: #2CE072;
}
</style>
background-color css
<style>
a { background-color: #2CE072; }
a { background-color: rgb(44,224,114); }
div.DivClassName
{
background-color: #2CE072;
}
.BgClassName
{
background-color: #2CE072;
}
</style>
border-color css
<style>
span { border-color: #2CE072; }
span { border-color: rgb(44,224,114); }
td.TdClassName
{
border-color: #2CE072;
}
.TagClassName
{
border-color: #2CE072;
}
</style>