Shades of Emerald #2CE174
Tints of Emerald #2CE174
RGB
CMYK
RGB Variations
Color information
#2CE174 (or 0x2CE174) is known color: Emerald. HEX triplet: 2C, E1 and 74. RGB value is (44,225,116). Sum of RGB (Red+Green+Blue) = 44+225+116=385 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.43% from 385); Green value is 225 (88.28% from 255 or 58.44% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 225 - color contains mainly: green. Hex color #2CE174 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CE174 is #D31E8B. Grayscale: #9E9E9E. Windows color (decimal): -13835916 or 7659820. OLE color: 7659820.
HSL color Cylindrical-coordinate representation of color #2CE174: hue angle of 143.87º degrees, saturation: 0.75, 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 #2CE174 is Cyan = 0.80, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 44 | 225 | 116 | - |
| CMYK | 0.80 | 0 | 0.48 | 0.12 |
| HSL | 143.87º | 0.75% | 0.53% | - |
| HSV(B) | 143.87º | 0.8% | 0.88% | - |
| XYZ | 31.12 | 55.65 | 25.62 | - |
| YUV | 158.46 | 104.03 | 46.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 225 | 116 | 0.80 | 0 | 0.48 | 0.12 | 143.87 | 0.75 | 0.53 |
| Hex | 2C | E1 | 74 | 50 | 0 | 30 | C | 90 | 4B | 35 |
| Octal | 54 | 341 | 164 | 120 | 0 | 60 | 14 | 220 | 113 | 65 |
| Binary | 101100 | 11100001 | 1110100 | 1010000 | 0 | 110000 | 1100 | 10010000 | 1001011 | 110101 |
Color Harmonies of #2CE174
Complementary color
Monochromatic Colors of #2CE174
Black with #2CE174
Text Example
Text Example
White with #2CE174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE174; }
p { color: rgb(44,225,116); }
H1.HeaderClassName
{
color: #2CE174;
}
.AnyTagClassName
{
color: #2CE174;
}
</style>
background-color css
<style>
a { background-color: #2CE174; }
a { background-color: rgb(44,225,116); }
div.DivClassName
{
background-color: #2CE174;
}
.BgClassName
{
background-color: #2CE174;
}
</style>
border-color css
<style>
span { border-color: #2CE174; }
span { border-color: rgb(44,225,116); }
td.TdClassName
{
border-color: #2CE174;
}
.TagClassName
{
border-color: #2CE174;
}
</style>