Shades of Malachite #2FF04E
Tints of Malachite #2FF04E
RGB
CMYK
RGB Variations
Color information
#2FF04E (or 0x2FF04E) is known color: Malachite. HEX triplet: 2F, F0 and 4E. RGB value is (47,240,78). Sum of RGB (Red+Green+Blue) = 47+240+78=365 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.88% from 365); Green value is 240 (94.14% from 255 or 65.75% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 240 - color contains mainly: green. Hex color #2FF04E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF04E is #D00FB1. Grayscale: #A4A4A4. Windows color (decimal): -13635506 or 5173295. OLE color: 5173295.
HSL color Cylindrical-coordinate representation of color #2FF04E: hue angle of 129.64º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FF04E is Cyan = 0.80, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 240 | 78 | - |
| CMYK | 0.80 | 0 | 0.68 | 0.06 |
| HSL | 129.64º | 0.87% | 0.56% | - |
| HSV(B) | 129.64º | 0.8% | 0.94% | - |
| XYZ | 33.71 | 63.47 | 17.68 | - |
| YUV | 163.83 | 79.56 | 44.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 240 | 78 | 0.80 | 0 | 0.68 | 0.06 | 129.64 | 0.87 | 0.56 |
| Hex | 2F | F0 | 4E | 50 | 0 | 44 | 6 | 82 | 57 | 38 |
| Octal | 57 | 360 | 116 | 120 | 0 | 104 | 6 | 202 | 127 | 70 |
| Binary | 101111 | 11110000 | 1001110 | 1010000 | 0 | 1000100 | 110 | 10000010 | 1010111 | 111000 |
Color Harmonies of #2FF04E
Complementary color
Monochromatic Colors of #2FF04E
Black with #2FF04E
Text Example
Text Example
White with #2FF04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF04E; }
p { color: rgb(47,240,78); }
H1.HeaderClassName
{
color: #2FF04E;
}
.AnyTagClassName
{
color: #2FF04E;
}
</style>
background-color css
<style>
a { background-color: #2FF04E; }
a { background-color: rgb(47,240,78); }
div.DivClassName
{
background-color: #2FF04E;
}
.BgClassName
{
background-color: #2FF04E;
}
</style>
border-color css
<style>
span { border-color: #2FF04E; }
span { border-color: rgb(47,240,78); }
td.TdClassName
{
border-color: #2FF04E;
}
.TagClassName
{
border-color: #2FF04E;
}
</style>