Shades of Malachite #2CEF5C
Tints of Malachite #2CEF5C
RGB
CMYK
RGB Variations
Color information
#2CEF5C (or 0x2CEF5C) is known color: Malachite. HEX triplet: 2C, EF and 5C. RGB value is (44,239,92). Sum of RGB (Red+Green+Blue) = 44+239+92=375 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.73% from 375); Green value is 239 (93.75% from 255 or 63.73% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 239 - color contains mainly: green. Hex color #2CEF5C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CEF5C is #D310A3. Grayscale: #A4A4A4. Windows color (decimal): -13832356 or 6090540. OLE color: 6090540.
HSL color Cylindrical-coordinate representation of color #2CEF5C: hue angle of 134.77º 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 #2CEF5C is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 239 | 92 | - |
| CMYK | 0.82 | 0 | 0.62 | 0.06 |
| HSL | 134.77º | 0.86% | 0.55% | - |
| HSV(B) | 134.77º | 0.82% | 0.94% | - |
| XYZ | 33.84 | 63.04 | 20.51 | - |
| YUV | 163.94 | 87.4 | 42.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 239 | 92 | 0.82 | 0 | 0.62 | 0.06 | 134.77 | 0.86 | 0.55 |
| Hex | 2C | EF | 5C | 52 | 0 | 3E | 6 | 87 | 56 | 37 |
| Octal | 54 | 357 | 134 | 122 | 0 | 76 | 6 | 207 | 126 | 67 |
| Binary | 101100 | 11101111 | 1011100 | 1010010 | 0 | 111110 | 110 | 10000111 | 1010110 | 110111 |
Color Harmonies of #2CEF5C
Complementary color
Monochromatic Colors of #2CEF5C
Black with #2CEF5C
Text Example
Text Example
White with #2CEF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEF5C; }
p { color: rgb(44,239,92); }
H1.HeaderClassName
{
color: #2CEF5C;
}
.AnyTagClassName
{
color: #2CEF5C;
}
</style>
background-color css
<style>
a { background-color: #2CEF5C; }
a { background-color: rgb(44,239,92); }
div.DivClassName
{
background-color: #2CEF5C;
}
.BgClassName
{
background-color: #2CEF5C;
}
</style>
border-color css
<style>
span { border-color: #2CEF5C; }
span { border-color: rgb(44,239,92); }
td.TdClassName
{
border-color: #2CEF5C;
}
.TagClassName
{
border-color: #2CEF5C;
}
</style>