Shades of Malachite #2FFC4E
Tints of Malachite #2FFC4E
RGB
CMYK
RGB Variations
Color information
#2FFC4E (or 0x2FFC4E) is known color: Malachite. HEX triplet: 2F, FC and 4E. RGB value is (47,252,78). Sum of RGB (Red+Green+Blue) = 47+252+78=377 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.47% from 377); Green value is 252 (98.83% from 255 or 66.84% from 377); Blue value is 78 (30.86% from 255 or 20.69% from 377); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFC4E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FFC4E is #D003B1. Grayscale: #ABABAB. Windows color (decimal): -13632434 or 5176367. OLE color: 5176367.
HSL color Cylindrical-coordinate representation of color #2FFC4E: hue angle of 129.07º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFC4E is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 252 | 78 | - |
| CMYK | 0.81 | 0 | 0.69 | 0.01 |
| HSL | 129.07º | 0.97% | 0.59% | - |
| HSV(B) | 129.07º | 0.81% | 0.99% | - |
| XYZ | 37.36 | 70.78 | 18.9 | - |
| YUV | 170.87 | 75.58 | 39.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 252 | 78 | 0.81 | 0 | 0.69 | 0.01 | 129.07 | 0.97 | 0.59 |
| Hex | 2F | FC | 4E | 51 | 0 | 45 | 1 | 81 | 61 | 3B |
| Octal | 57 | 374 | 116 | 121 | 0 | 105 | 1 | 201 | 141 | 73 |
| Binary | 101111 | 11111100 | 1001110 | 1010001 | 0 | 1000101 | 1 | 10000001 | 1100001 | 111011 |
Color Harmonies of #2FFC4E
Complementary color
Monochromatic Colors of #2FFC4E
Black with #2FFC4E
Text Example
Text Example
White with #2FFC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFC4E; }
p { color: rgb(47,252,78); }
H1.HeaderClassName
{
color: #2FFC4E;
}
.AnyTagClassName
{
color: #2FFC4E;
}
</style>
background-color css
<style>
a { background-color: #2FFC4E; }
a { background-color: rgb(47,252,78); }
div.DivClassName
{
background-color: #2FFC4E;
}
.BgClassName
{
background-color: #2FFC4E;
}
</style>
border-color css
<style>
span { border-color: #2FFC4E; }
span { border-color: rgb(47,252,78); }
td.TdClassName
{
border-color: #2FFC4E;
}
.TagClassName
{
border-color: #2FFC4E;
}
</style>