Shades of Malachite #2CEF5A
Tints of Malachite #2CEF5A
RGB
CMYK
RGB Variations
Color information
#2CEF5A (or 0x2CEF5A) is known color: Malachite. HEX triplet: 2C, EF and 5A. RGB value is (44,239,90). Sum of RGB (Red+Green+Blue) = 44+239+90=373 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.80% from 373); Green value is 239 (93.75% from 255 or 64.08% from 373); Blue value is 90 (35.55% from 255 or 24.13% from 373); Max value from RGB is 239 - color contains mainly: green. Hex color #2CEF5A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CEF5A is #D310A5. Grayscale: #A4A4A4. Windows color (decimal): -13832358 or 5959468. OLE color: 5959468.
HSL color Cylindrical-coordinate representation of color #2CEF5A: hue angle of 134.15º 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 #2CEF5A is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 239 | 90 | - |
| CMYK | 0.82 | 0 | 0.62 | 0.06 |
| HSL | 134.15º | 0.86% | 0.55% | - |
| HSV(B) | 134.15º | 0.82% | 0.94% | - |
| XYZ | 33.75 | 63.01 | 20.06 | - |
| YUV | 163.71 | 86.4 | 42.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 239 | 90 | 0.82 | 0 | 0.62 | 0.06 | 134.15 | 0.86 | 0.55 |
| Hex | 2C | EF | 5A | 52 | 0 | 3E | 6 | 86 | 56 | 37 |
| Octal | 54 | 357 | 132 | 122 | 0 | 76 | 6 | 206 | 126 | 67 |
| Binary | 101100 | 11101111 | 1011010 | 1010010 | 0 | 111110 | 110 | 10000110 | 1010110 | 110111 |
Color Harmonies of #2CEF5A
Complementary color
Monochromatic Colors of #2CEF5A
Black with #2CEF5A
Text Example
Text Example
White with #2CEF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEF5A; }
p { color: rgb(44,239,90); }
H1.HeaderClassName
{
color: #2CEF5A;
}
.AnyTagClassName
{
color: #2CEF5A;
}
</style>
background-color css
<style>
a { background-color: #2CEF5A; }
a { background-color: rgb(44,239,90); }
div.DivClassName
{
background-color: #2CEF5A;
}
.BgClassName
{
background-color: #2CEF5A;
}
</style>
border-color css
<style>
span { border-color: #2CEF5A; }
span { border-color: rgb(44,239,90); }
td.TdClassName
{
border-color: #2CEF5A;
}
.TagClassName
{
border-color: #2CEF5A;
}
</style>