Shades of Malachite #2CEF51
Tints of Malachite #2CEF51
RGB
CMYK
RGB Variations
Color information
#2CEF51 (or 0x2CEF51) is known color: Malachite. HEX triplet: 2C, EF and 51. RGB value is (44,239,81). Sum of RGB (Red+Green+Blue) = 44+239+81=364 (48% of max value = 765). Red value is 44 (17.58% from 255 or 12.09% from 364); Green value is 239 (93.75% from 255 or 65.66% from 364); Blue value is 81 (32.03% from 255 or 22.25% from 364); Max value from RGB is 239 - color contains mainly: green. Hex color #2CEF51 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CEF51 is #D310AE. Grayscale: #A3A3A3. Windows color (decimal): -13832367 or 5369644. OLE color: 5369644.
HSL color Cylindrical-coordinate representation of color #2CEF51: hue angle of 131.38º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CEF51 is Cyan = 0.82, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 239 | 81 | - |
| CMYK | 0.82 | 0 | 0.66 | 0.06 |
| HSL | 131.38º | 0.86% | 0.55% | - |
| HSV(B) | 131.38º | 0.82% | 0.94% | - |
| XYZ | 33.39 | 62.86 | 18.16 | - |
| YUV | 162.68 | 81.9 | 43.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 239 | 81 | 0.82 | 0 | 0.66 | 0.06 | 131.38 | 0.86 | 0.55 |
| Hex | 2C | EF | 51 | 52 | 0 | 42 | 6 | 83 | 56 | 37 |
| Octal | 54 | 357 | 121 | 122 | 0 | 102 | 6 | 203 | 126 | 67 |
| Binary | 101100 | 11101111 | 1010001 | 1010010 | 0 | 1000010 | 110 | 10000011 | 1010110 | 110111 |
Color Harmonies of #2CEF51
Complementary color
Monochromatic Colors of #2CEF51
Black with #2CEF51
Text Example
Text Example
White with #2CEF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEF51; }
p { color: rgb(44,239,81); }
H1.HeaderClassName
{
color: #2CEF51;
}
.AnyTagClassName
{
color: #2CEF51;
}
</style>
background-color css
<style>
a { background-color: #2CEF51; }
a { background-color: rgb(44,239,81); }
div.DivClassName
{
background-color: #2CEF51;
}
.BgClassName
{
background-color: #2CEF51;
}
</style>
border-color css
<style>
span { border-color: #2CEF51; }
span { border-color: rgb(44,239,81); }
td.TdClassName
{
border-color: #2CEF51;
}
.TagClassName
{
border-color: #2CEF51;
}
</style>