Shades of Malachite #2CFE51
Tints of Malachite #2CFE51
RGB
CMYK
RGB Variations
Color information
#2CFE51 (or 0x2CFE51) is known color: Malachite. HEX triplet: 2C, FE and 51. RGB value is (44,254,81). Sum of RGB (Red+Green+Blue) = 44+254+81=379 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.61% from 379); Green value is 254 (99.61% from 255 or 67.02% from 379); Blue value is 81 (32.03% from 255 or 21.37% from 379); Max value from RGB is 254 - color contains mainly: green. Hex color #2CFE51 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CFE51 is #D301AE. Grayscale: #ABABAB. Windows color (decimal): -13828527 or 5373484. OLE color: 5373484.
HSL color Cylindrical-coordinate representation of color #2CFE51: hue angle of 130.57º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CFE51 is Cyan = 0.83, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 44 | 254 | 81 | - |
| CMYK | 0.83 | 0 | 0.68 | 0.00 |
| HSL | 130.57º | 0.99% | 0.58% | - |
| HSV(B) | 130.57º | 0.83% | 1% | - |
| XYZ | 37.97 | 72.01 | 19.68 | - |
| YUV | 171.49 | 76.93 | 37.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 254 | 81 | 0.83 | 0 | 0.68 | 0.00 | 130.57 | 0.99 | 0.58 |
| Hex | 2C | FE | 51 | 53 | 0 | 44 | 0 | 83 | 63 | 3A |
| Octal | 54 | 376 | 121 | 123 | 0 | 104 | 0 | 203 | 143 | 72 |
| Binary | 101100 | 11111110 | 1010001 | 1010011 | 0 | 1000100 | 0 | 10000011 | 1100011 | 111010 |
Color Harmonies of #2CFE51
Complementary color
Monochromatic Colors of #2CFE51
Black with #2CFE51
Text Example
Text Example
White with #2CFE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFE51; }
p { color: rgb(44,254,81); }
H1.HeaderClassName
{
color: #2CFE51;
}
.AnyTagClassName
{
color: #2CFE51;
}
</style>
background-color css
<style>
a { background-color: #2CFE51; }
a { background-color: rgb(44,254,81); }
div.DivClassName
{
background-color: #2CFE51;
}
.BgClassName
{
background-color: #2CFE51;
}
</style>
border-color css
<style>
span { border-color: #2CFE51; }
span { border-color: rgb(44,254,81); }
td.TdClassName
{
border-color: #2CFE51;
}
.TagClassName
{
border-color: #2CFE51;
}
</style>