Shades of Malachite #2CEF54
Tints of Malachite #2CEF54
RGB
CMYK
RGB Variations
Color information
#2CEF54 (or 0x2CEF54) is known color: Malachite. HEX triplet: 2C, EF and 54. RGB value is (44,239,84). Sum of RGB (Red+Green+Blue) = 44+239+84=367 (48% of max value = 765). Red value is 44 (17.58% from 255 or 11.99% from 367); Green value is 239 (93.75% from 255 or 65.12% from 367); Blue value is 84 (33.20% from 255 or 22.89% from 367); Max value from RGB is 239 - color contains mainly: green. Hex color #2CEF54 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CEF54 is #D310AB. Grayscale: #A3A3A3. Windows color (decimal): -13832364 or 5566252. OLE color: 5566252.
HSL color Cylindrical-coordinate representation of color #2CEF54: hue angle of 132.31º 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 #2CEF54 is Cyan = 0.82, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 239 | 84 | - |
| CMYK | 0.82 | 0 | 0.65 | 0.06 |
| HSL | 132.31º | 0.86% | 0.55% | - |
| HSV(B) | 132.31º | 0.82% | 0.94% | - |
| XYZ | 33.51 | 62.91 | 18.76 | - |
| YUV | 163.03 | 83.4 | 43.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 239 | 84 | 0.82 | 0 | 0.65 | 0.06 | 132.31 | 0.86 | 0.55 |
| Hex | 2C | EF | 54 | 52 | 0 | 41 | 6 | 84 | 56 | 37 |
| Octal | 54 | 357 | 124 | 122 | 0 | 101 | 6 | 204 | 126 | 67 |
| Binary | 101100 | 11101111 | 1010100 | 1010010 | 0 | 1000001 | 110 | 10000100 | 1010110 | 110111 |
Color Harmonies of #2CEF54
Complementary color
Monochromatic Colors of #2CEF54
Black with #2CEF54
Text Example
Text Example
White with #2CEF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEF54; }
p { color: rgb(44,239,84); }
H1.HeaderClassName
{
color: #2CEF54;
}
.AnyTagClassName
{
color: #2CEF54;
}
</style>
background-color css
<style>
a { background-color: #2CEF54; }
a { background-color: rgb(44,239,84); }
div.DivClassName
{
background-color: #2CEF54;
}
.BgClassName
{
background-color: #2CEF54;
}
</style>
border-color css
<style>
span { border-color: #2CEF54; }
span { border-color: rgb(44,239,84); }
td.TdClassName
{
border-color: #2CEF54;
}
.TagClassName
{
border-color: #2CEF54;
}
</style>