Shades of Emerald #2CE575
Tints of Emerald #2CE575
RGB
CMYK
RGB Variations
Color information
#2CE575 (or 0x2CE575) is known color: Emerald. HEX triplet: 2C, E5 and 75. RGB value is (44,229,117). Sum of RGB (Red+Green+Blue) = 44+229+117=390 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.28% from 390); Green value is 229 (89.84% from 255 or 58.72% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 229 - color contains mainly: green. Hex color #2CE575 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CE575 is #D31A8A. Grayscale: #A1A1A1. Windows color (decimal): -13834891 or 7726380. OLE color: 7726380.
HSL color Cylindrical-coordinate representation of color #2CE575: hue angle of 143.68º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE575 is Cyan = 0.81, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 44 | 229 | 117 | - |
| CMYK | 0.81 | 0 | 0.49 | 0.10 |
| HSL | 143.68º | 0.78% | 0.54% | - |
| HSV(B) | 143.68º | 0.81% | 0.9% | - |
| XYZ | 32.27 | 57.86 | 26.3 | - |
| YUV | 160.92 | 103.21 | 44.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 229 | 117 | 0.81 | 0 | 0.49 | 0.10 | 143.68 | 0.78 | 0.54 |
| Hex | 2C | E5 | 75 | 51 | 0 | 31 | A | 90 | 4E | 36 |
| Octal | 54 | 345 | 165 | 121 | 0 | 61 | 12 | 220 | 116 | 66 |
| Binary | 101100 | 11100101 | 1110101 | 1010001 | 0 | 110001 | 1010 | 10010000 | 1001110 | 110110 |
Color Harmonies of #2CE575
Complementary color
Monochromatic Colors of #2CE575
Black with #2CE575
Text Example
Text Example
White with #2CE575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE575; }
p { color: rgb(44,229,117); }
H1.HeaderClassName
{
color: #2CE575;
}
.AnyTagClassName
{
color: #2CE575;
}
</style>
background-color css
<style>
a { background-color: #2CE575; }
a { background-color: rgb(44,229,117); }
div.DivClassName
{
background-color: #2CE575;
}
.BgClassName
{
background-color: #2CE575;
}
</style>
border-color css
<style>
span { border-color: #2CE575; }
span { border-color: rgb(44,229,117); }
td.TdClassName
{
border-color: #2CE575;
}
.TagClassName
{
border-color: #2CE575;
}
</style>