Shades of Malachite #2CEE51
Tints of Malachite #2CEE51
RGB
CMYK
RGB Variations
Color information
#2CEE51 (or 0x2CEE51) is known color: Malachite. HEX triplet: 2C, EE and 51. RGB value is (44,238,81). Sum of RGB (Red+Green+Blue) = 44+238+81=363 (48% of max value = 765). Red value is 44 (17.58% from 255 or 12.12% from 363); Green value is 238 (93.36% from 255 or 65.56% from 363); Blue value is 81 (32.03% from 255 or 22.31% from 363); Max value from RGB is 238 - color contains mainly: green. Hex color #2CEE51 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CEE51 is #D311AE. Grayscale: #A2A2A2. Windows color (decimal): -13832623 or 5369388. OLE color: 5369388.
HSL color Cylindrical-coordinate representation of color #2CEE51: hue angle of 131.44º 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 #2CEE51 is Cyan = 0.82, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 238 | 81 | - |
| CMYK | 0.82 | 0 | 0.66 | 0.07 |
| HSL | 131.44º | 0.85% | 0.55% | - |
| HSV(B) | 131.44º | 0.82% | 0.93% | - |
| XYZ | 33.1 | 62.28 | 18.06 | - |
| YUV | 162.1 | 82.23 | 43.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 238 | 81 | 0.82 | 0 | 0.66 | 0.07 | 131.44 | 0.85 | 0.55 |
| Hex | 2C | EE | 51 | 52 | 0 | 42 | 7 | 83 | 55 | 37 |
| Octal | 54 | 356 | 121 | 122 | 0 | 102 | 7 | 203 | 125 | 67 |
| Binary | 101100 | 11101110 | 1010001 | 1010010 | 0 | 1000010 | 111 | 10000011 | 1010101 | 110111 |
Color Harmonies of #2CEE51
Complementary color
Monochromatic Colors of #2CEE51
Black with #2CEE51
Text Example
Text Example
White with #2CEE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEE51; }
p { color: rgb(44,238,81); }
H1.HeaderClassName
{
color: #2CEE51;
}
.AnyTagClassName
{
color: #2CEE51;
}
</style>
background-color css
<style>
a { background-color: #2CEE51; }
a { background-color: rgb(44,238,81); }
div.DivClassName
{
background-color: #2CEE51;
}
.BgClassName
{
background-color: #2CEE51;
}
</style>
border-color css
<style>
span { border-color: #2CEE51; }
span { border-color: rgb(44,238,81); }
td.TdClassName
{
border-color: #2CEE51;
}
.TagClassName
{
border-color: #2CEE51;
}
</style>