Shades of Emerald #2CE075
Tints of Emerald #2CE075
RGB
CMYK
RGB Variations
Color information
#2CE075 (or 0x2CE075) is known color: Emerald. HEX triplet: 2C, E0 and 75. RGB value is (44,224,117). Sum of RGB (Red+Green+Blue) = 44+224+117=385 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.43% from 385); Green value is 224 (87.89% from 255 or 58.18% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 224 - color contains mainly: green. Hex color #2CE075 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CE075 is #D31F8A. Grayscale: #9E9E9E. Windows color (decimal): -13836171 or 7725100. OLE color: 7725100.
HSL color Cylindrical-coordinate representation of color #2CE075: hue angle of 144.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 #2CE075 is Cyan = 0.80, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 44 | 224 | 117 | - |
| CMYK | 0.80 | 0 | 0.48 | 0.12 |
| HSL | 144.33º | 0.74% | 0.53% | - |
| HSV(B) | 144.33º | 0.8% | 0.88% | - |
| XYZ | 30.91 | 55.13 | 25.84 | - |
| YUV | 157.98 | 104.87 | 46.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 224 | 117 | 0.80 | 0 | 0.48 | 0.12 | 144.33 | 0.74 | 0.53 |
| Hex | 2C | E0 | 75 | 50 | 0 | 30 | C | 90 | 4A | 35 |
| Octal | 54 | 340 | 165 | 120 | 0 | 60 | 14 | 220 | 112 | 65 |
| Binary | 101100 | 11100000 | 1110101 | 1010000 | 0 | 110000 | 1100 | 10010000 | 1001010 | 110101 |
Color Harmonies of #2CE075
Complementary color
Monochromatic Colors of #2CE075
Black with #2CE075
Text Example
Text Example
White with #2CE075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE075; }
p { color: rgb(44,224,117); }
H1.HeaderClassName
{
color: #2CE075;
}
.AnyTagClassName
{
color: #2CE075;
}
</style>
background-color css
<style>
a { background-color: #2CE075; }
a { background-color: rgb(44,224,117); }
div.DivClassName
{
background-color: #2CE075;
}
.BgClassName
{
background-color: #2CE075;
}
</style>
border-color css
<style>
span { border-color: #2CE075; }
span { border-color: rgb(44,224,117); }
td.TdClassName
{
border-color: #2CE075;
}
.TagClassName
{
border-color: #2CE075;
}
</style>