Shades of Malachite #2CEE59
Tints of Malachite #2CEE59
RGB
CMYK
RGB Variations
Color information
#2CEE59 (or 0x2CEE59) is known color: Malachite. HEX triplet: 2C, EE and 59. RGB value is (44,238,89). Sum of RGB (Red+Green+Blue) = 44+238+89=371 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.86% from 371); Green value is 238 (93.36% from 255 or 64.15% from 371); Blue value is 89 (35.16% from 255 or 23.99% from 371); Max value from RGB is 238 - color contains mainly: green. Hex color #2CEE59 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CEE59 is #D311A6. Grayscale: #A3A3A3. Windows color (decimal): -13832615 or 5893676. OLE color: 5893676.
HSL color Cylindrical-coordinate representation of color #2CEE59: hue angle of 133.92º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CEE59 is Cyan = 0.82, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 238 | 89 | - |
| CMYK | 0.82 | 0 | 0.63 | 0.07 |
| HSL | 133.92º | 0.85% | 0.55% | - |
| HSV(B) | 133.92º | 0.82% | 0.93% | - |
| XYZ | 33.42 | 62.41 | 19.74 | - |
| YUV | 163.01 | 86.23 | 43.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 238 | 89 | 0.82 | 0 | 0.63 | 0.07 | 133.92 | 0.85 | 0.55 |
| Hex | 2C | EE | 59 | 52 | 0 | 3F | 7 | 86 | 55 | 37 |
| Octal | 54 | 356 | 131 | 122 | 0 | 77 | 7 | 206 | 125 | 67 |
| Binary | 101100 | 11101110 | 1011001 | 1010010 | 0 | 111111 | 111 | 10000110 | 1010101 | 110111 |
Color Harmonies of #2CEE59
Complementary color
Monochromatic Colors of #2CEE59
Black with #2CEE59
Text Example
Text Example
White with #2CEE59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEE59; }
p { color: rgb(44,238,89); }
H1.HeaderClassName
{
color: #2CEE59;
}
.AnyTagClassName
{
color: #2CEE59;
}
</style>
background-color css
<style>
a { background-color: #2CEE59; }
a { background-color: rgb(44,238,89); }
div.DivClassName
{
background-color: #2CEE59;
}
.BgClassName
{
background-color: #2CEE59;
}
</style>
border-color css
<style>
span { border-color: #2CEE59; }
span { border-color: rgb(44,238,89); }
td.TdClassName
{
border-color: #2CEE59;
}
.TagClassName
{
border-color: #2CEE59;
}
</style>