Shades of Malachite #2FFD4F
Tints of Malachite #2FFD4F
RGB
CMYK
RGB Variations
Color information
#2FFD4F (or 0x2FFD4F) is known color: Malachite. HEX triplet: 2F, FD and 4F. RGB value is (47,253,79). Sum of RGB (Red+Green+Blue) = 47+253+79=379 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.40% from 379); Green value is 253 (99.22% from 255 or 66.75% from 379); Blue value is 79 (31.25% from 255 or 20.84% from 379); Max value from RGB is 253 - color contains mainly: green. Hex color #2FFD4F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FFD4F is #D002B0. Grayscale: #ACACAC. Windows color (decimal): -13632177 or 5242159. OLE color: 5242159.
HSL color Cylindrical-coordinate representation of color #2FFD4F: hue angle of 129.32º degrees, saturation: 0.98, 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 #2FFD4F is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 253 | 79 | - |
| CMYK | 0.81 | 0 | 0.69 | 0.01 |
| HSL | 129.32º | 0.98% | 0.59% | - |
| HSV(B) | 129.32º | 0.81% | 0.99% | - |
| XYZ | 37.71 | 71.42 | 19.2 | - |
| YUV | 171.57 | 75.75 | 39.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 253 | 79 | 0.81 | 0 | 0.69 | 0.01 | 129.32 | 0.98 | 0.59 |
| Hex | 2F | FD | 4F | 51 | 0 | 45 | 1 | 81 | 62 | 3B |
| Octal | 57 | 375 | 117 | 121 | 0 | 105 | 1 | 201 | 142 | 73 |
| Binary | 101111 | 11111101 | 1001111 | 1010001 | 0 | 1000101 | 1 | 10000001 | 1100010 | 111011 |
Color Harmonies of #2FFD4F
Complementary color
Monochromatic Colors of #2FFD4F
Black with #2FFD4F
Text Example
Text Example
White with #2FFD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFD4F; }
p { color: rgb(47,253,79); }
H1.HeaderClassName
{
color: #2FFD4F;
}
.AnyTagClassName
{
color: #2FFD4F;
}
</style>
background-color css
<style>
a { background-color: #2FFD4F; }
a { background-color: rgb(47,253,79); }
div.DivClassName
{
background-color: #2FFD4F;
}
.BgClassName
{
background-color: #2FFD4F;
}
</style>
border-color css
<style>
span { border-color: #2FFD4F; }
span { border-color: rgb(47,253,79); }
td.TdClassName
{
border-color: #2FFD4F;
}
.TagClassName
{
border-color: #2FFD4F;
}
</style>