Shades of Emerald #2CE277
Tints of Emerald #2CE277
RGB
CMYK
RGB Variations
Color information
#2CE277 (or 0x2CE277) is known color: Emerald. HEX triplet: 2C, E2 and 77. RGB value is (44,226,119). Sum of RGB (Red+Green+Blue) = 44+226+119=389 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.31% from 389); Green value is 226 (88.67% from 255 or 58.10% from 389); Blue value is 119 (46.88% from 255 or 30.59% from 389); Max value from RGB is 226 - color contains mainly: green. Hex color #2CE277 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CE277 is #D31D88. Grayscale: #9F9F9F. Windows color (decimal): -13835657 or 7856684. OLE color: 7856684.
HSL color Cylindrical-coordinate representation of color #2CE277: hue angle of 144.73º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE277 is Cyan = 0.81, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 44 | 226 | 119 | - |
| CMYK | 0.81 | 0 | 0.47 | 0.11 |
| HSL | 144.73º | 0.76% | 0.53% | - |
| HSV(B) | 144.73º | 0.81% | 0.89% | - |
| XYZ | 31.56 | 56.26 | 26.65 | - |
| YUV | 159.38 | 105.2 | 45.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 226 | 119 | 0.81 | 0 | 0.47 | 0.11 | 144.73 | 0.76 | 0.53 |
| Hex | 2C | E2 | 77 | 51 | 0 | 2F | B | 91 | 4C | 35 |
| Octal | 54 | 342 | 167 | 121 | 0 | 57 | 13 | 221 | 114 | 65 |
| Binary | 101100 | 11100010 | 1110111 | 1010001 | 0 | 101111 | 1011 | 10010001 | 1001100 | 110101 |
Color Harmonies of #2CE277
Complementary color
Monochromatic Colors of #2CE277
Black with #2CE277
Text Example
Text Example
White with #2CE277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE277; }
p { color: rgb(44,226,119); }
H1.HeaderClassName
{
color: #2CE277;
}
.AnyTagClassName
{
color: #2CE277;
}
</style>
background-color css
<style>
a { background-color: #2CE277; }
a { background-color: rgb(44,226,119); }
div.DivClassName
{
background-color: #2CE277;
}
.BgClassName
{
background-color: #2CE277;
}
</style>
border-color css
<style>
span { border-color: #2CE277; }
span { border-color: rgb(44,226,119); }
td.TdClassName
{
border-color: #2CE277;
}
.TagClassName
{
border-color: #2CE277;
}
</style>