Shades of Emerald #2CE074
Tints of Emerald #2CE074
RGB
CMYK
RGB Variations
Color information
#2CE074 (or 0x2CE074) is known color: Emerald. HEX triplet: 2C, E0 and 74. RGB value is (44,224,116). Sum of RGB (Red+Green+Blue) = 44+224+116=384 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.46% from 384); Green value is 224 (87.89% from 255 or 58.33% from 384); Blue value is 116 (45.70% from 255 or 30.21% from 384); Max value from RGB is 224 - color contains mainly: green. Hex color #2CE074 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CE074 is #D31F8B. Grayscale: #9E9E9E. Windows color (decimal): -13836172 or 7659564. OLE color: 7659564.
HSL color Cylindrical-coordinate representation of color #2CE074: hue angle of 144º 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 #2CE074 is Cyan = 0.80, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 44 | 224 | 116 | - |
| CMYK | 0.80 | 0 | 0.48 | 0.12 |
| HSL | 144º | 0.74% | 0.53% | - |
| HSV(B) | 144º | 0.8% | 0.88% | - |
| XYZ | 30.85 | 55.11 | 25.53 | - |
| YUV | 157.87 | 104.37 | 46.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 224 | 116 | 0.80 | 0 | 0.48 | 0.12 | 144 | 0.74 | 0.53 |
| Hex | 2C | E0 | 74 | 50 | 0 | 30 | C | 90 | 4A | 35 |
| Octal | 54 | 340 | 164 | 120 | 0 | 60 | 14 | 220 | 112 | 65 |
| Binary | 101100 | 11100000 | 1110100 | 1010000 | 0 | 110000 | 1100 | 10010000 | 1001010 | 110101 |
Color Harmonies of #2CE074
Complementary color
Monochromatic Colors of #2CE074
Black with #2CE074
Text Example
Text Example
White with #2CE074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE074; }
p { color: rgb(44,224,116); }
H1.HeaderClassName
{
color: #2CE074;
}
.AnyTagClassName
{
color: #2CE074;
}
</style>
background-color css
<style>
a { background-color: #2CE074; }
a { background-color: rgb(44,224,116); }
div.DivClassName
{
background-color: #2CE074;
}
.BgClassName
{
background-color: #2CE074;
}
</style>
border-color css
<style>
span { border-color: #2CE074; }
span { border-color: rgb(44,224,116); }
td.TdClassName
{
border-color: #2CE074;
}
.TagClassName
{
border-color: #2CE074;
}
</style>