Shades of Malachite #2FFD4E
Tints of Malachite #2FFD4E
RGB
CMYK
RGB Variations
Color information
#2FFD4E (or 0x2FFD4E) is known color: Malachite. HEX triplet: 2F, FD and 4E. RGB value is (47,253,78). Sum of RGB (Red+Green+Blue) = 47+253+78=378 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.43% from 378); Green value is 253 (99.22% from 255 or 66.93% from 378); Blue value is 78 (30.86% from 255 or 20.63% from 378); Max value from RGB is 253 - color contains mainly: green. Hex color #2FFD4E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FFD4E is #D002B1. Grayscale: #ABABAB. Windows color (decimal): -13632178 or 5176623. OLE color: 5176623.
HSL color Cylindrical-coordinate representation of color #2FFD4E: hue angle of 129.03º 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 #2FFD4E is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 253 | 78 | - |
| CMYK | 0.81 | 0 | 0.69 | 0.01 |
| HSL | 129.03º | 0.98% | 0.59% | - |
| HSV(B) | 129.03º | 0.81% | 0.99% | - |
| XYZ | 37.67 | 71.4 | 19 | - |
| YUV | 171.46 | 75.25 | 39.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 253 | 78 | 0.81 | 0 | 0.69 | 0.01 | 129.03 | 0.98 | 0.59 |
| Hex | 2F | FD | 4E | 51 | 0 | 45 | 1 | 81 | 62 | 3B |
| Octal | 57 | 375 | 116 | 121 | 0 | 105 | 1 | 201 | 142 | 73 |
| Binary | 101111 | 11111101 | 1001110 | 1010001 | 0 | 1000101 | 1 | 10000001 | 1100010 | 111011 |
Color Harmonies of #2FFD4E
Complementary color
Monochromatic Colors of #2FFD4E
Black with #2FFD4E
Text Example
Text Example
White with #2FFD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFD4E; }
p { color: rgb(47,253,78); }
H1.HeaderClassName
{
color: #2FFD4E;
}
.AnyTagClassName
{
color: #2FFD4E;
}
</style>
background-color css
<style>
a { background-color: #2FFD4E; }
a { background-color: rgb(47,253,78); }
div.DivClassName
{
background-color: #2FFD4E;
}
.BgClassName
{
background-color: #2FFD4E;
}
</style>
border-color css
<style>
span { border-color: #2FFD4E; }
span { border-color: rgb(47,253,78); }
td.TdClassName
{
border-color: #2FFD4E;
}
.TagClassName
{
border-color: #2FFD4E;
}
</style>