Shades of Emerald #2CE778
Tints of Emerald #2CE778
RGB
CMYK
RGB Variations
Color information
#2CE778 (or 0x2CE778) is known color: Emerald. HEX triplet: 2C, E7 and 78. RGB value is (44,231,120). Sum of RGB (Red+Green+Blue) = 44+231+120=395 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.14% from 395); Green value is 231 (90.62% from 255 or 58.48% from 395); Blue value is 120 (47.27% from 255 or 30.38% from 395); Max value from RGB is 231 - color contains mainly: green. Hex color #2CE778 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CE778 is #D31887. Grayscale: #A2A2A2. Windows color (decimal): -13834376 or 7923500. OLE color: 7923500.
HSL color Cylindrical-coordinate representation of color #2CE778: hue angle of 144.39º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE778 is Cyan = 0.81, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 44 | 231 | 120 | - |
| CMYK | 0.81 | 0 | 0.48 | 0.09 |
| HSL | 144.39º | 0.8% | 0.54% | - |
| HSV(B) | 144.39º | 0.81% | 0.91% | - |
| XYZ | 33 | 59.04 | 27.43 | - |
| YUV | 162.43 | 104.05 | 43.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 231 | 120 | 0.81 | 0 | 0.48 | 0.09 | 144.39 | 0.8 | 0.54 |
| Hex | 2C | E7 | 78 | 51 | 0 | 30 | 9 | 90 | 50 | 36 |
| Octal | 54 | 347 | 170 | 121 | 0 | 60 | 11 | 220 | 120 | 66 |
| Binary | 101100 | 11100111 | 1111000 | 1010001 | 0 | 110000 | 1001 | 10010000 | 1010000 | 110110 |
Color Harmonies of #2CE778
Complementary color
Monochromatic Colors of #2CE778
Black with #2CE778
Text Example
Text Example
White with #2CE778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE778; }
p { color: rgb(44,231,120); }
H1.HeaderClassName
{
color: #2CE778;
}
.AnyTagClassName
{
color: #2CE778;
}
</style>
background-color css
<style>
a { background-color: #2CE778; }
a { background-color: rgb(44,231,120); }
div.DivClassName
{
background-color: #2CE778;
}
.BgClassName
{
background-color: #2CE778;
}
</style>
border-color css
<style>
span { border-color: #2CE778; }
span { border-color: rgb(44,231,120); }
td.TdClassName
{
border-color: #2CE778;
}
.TagClassName
{
border-color: #2CE778;
}
</style>