Shades of Malachite #2CF55F
Tints of Malachite #2CF55F
RGB
CMYK
RGB Variations
Color information
#2CF55F (or 0x2CF55F) is known color: Malachite. HEX triplet: 2C, F5 and 5F. RGB value is (44,245,95). Sum of RGB (Red+Green+Blue) = 44+245+95=384 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.46% from 384); Green value is 245 (96.09% from 255 or 63.80% from 384); Blue value is 95 (37.5% from 255 or 24.74% from 384); Max value from RGB is 245 - color contains mainly: green. Hex color #2CF55F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF55F is #D30AA0. Grayscale: #A8A8A8. Windows color (decimal): -13830817 or 6288684. OLE color: 6288684.
HSL color Cylindrical-coordinate representation of color #2CF55F: hue angle of 135.22º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF55F is Cyan = 0.82, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 44 | 245 | 95 | - |
| CMYK | 0.82 | 0 | 0.61 | 0.04 |
| HSL | 135.22º | 0.91% | 0.57% | - |
| HSV(B) | 135.22º | 0.82% | 0.96% | - |
| XYZ | 35.76 | 66.67 | 21.81 | - |
| YUV | 167.8 | 86.91 | 39.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 245 | 95 | 0.82 | 0 | 0.61 | 0.04 | 135.22 | 0.91 | 0.57 |
| Hex | 2C | F5 | 5F | 52 | 0 | 3D | 4 | 87 | 5B | 39 |
| Octal | 54 | 365 | 137 | 122 | 0 | 75 | 4 | 207 | 133 | 71 |
| Binary | 101100 | 11110101 | 1011111 | 1010010 | 0 | 111101 | 100 | 10000111 | 1011011 | 111001 |
Color Harmonies of #2CF55F
Complementary color
Monochromatic Colors of #2CF55F
Black with #2CF55F
Text Example
Text Example
White with #2CF55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF55F; }
p { color: rgb(44,245,95); }
H1.HeaderClassName
{
color: #2CF55F;
}
.AnyTagClassName
{
color: #2CF55F;
}
</style>
background-color css
<style>
a { background-color: #2CF55F; }
a { background-color: rgb(44,245,95); }
div.DivClassName
{
background-color: #2CF55F;
}
.BgClassName
{
background-color: #2CF55F;
}
</style>
border-color css
<style>
span { border-color: #2CF55F; }
span { border-color: rgb(44,245,95); }
td.TdClassName
{
border-color: #2CF55F;
}
.TagClassName
{
border-color: #2CF55F;
}
</style>