Shades of Malachite #2FF94E
Tints of Malachite #2FF94E
RGB
CMYK
RGB Variations
Color information
#2FF94E (or 0x2FF94E) is known color: Malachite. HEX triplet: 2F, F9 and 4E. RGB value is (47,249,78). Sum of RGB (Red+Green+Blue) = 47+249+78=374 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.57% from 374); Green value is 249 (97.66% from 255 or 66.58% from 374); Blue value is 78 (30.86% from 255 or 20.86% from 374); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF94E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF94E is #D006B1. Grayscale: #A9A9A9. Windows color (decimal): -13633202 or 5175599. OLE color: 5175599.
HSL color Cylindrical-coordinate representation of color #2FF94E: hue angle of 129.21º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF94E is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 249 | 78 | - |
| CMYK | 0.81 | 0 | 0.69 | 0.02 |
| HSL | 129.21º | 0.94% | 0.58% | - |
| HSV(B) | 129.21º | 0.81% | 0.98% | - |
| XYZ | 36.42 | 68.91 | 18.59 | - |
| YUV | 169.11 | 76.58 | 40.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 249 | 78 | 0.81 | 0 | 0.69 | 0.02 | 129.21 | 0.94 | 0.58 |
| Hex | 2F | F9 | 4E | 51 | 0 | 45 | 2 | 81 | 5E | 3A |
| Octal | 57 | 371 | 116 | 121 | 0 | 105 | 2 | 201 | 136 | 72 |
| Binary | 101111 | 11111001 | 1001110 | 1010001 | 0 | 1000101 | 10 | 10000001 | 1011110 | 111010 |
Color Harmonies of #2FF94E
Complementary color
Monochromatic Colors of #2FF94E
Black with #2FF94E
Text Example
Text Example
White with #2FF94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF94E; }
p { color: rgb(47,249,78); }
H1.HeaderClassName
{
color: #2FF94E;
}
.AnyTagClassName
{
color: #2FF94E;
}
</style>
background-color css
<style>
a { background-color: #2FF94E; }
a { background-color: rgb(47,249,78); }
div.DivClassName
{
background-color: #2FF94E;
}
.BgClassName
{
background-color: #2FF94E;
}
</style>
border-color css
<style>
span { border-color: #2FF94E; }
span { border-color: rgb(47,249,78); }
td.TdClassName
{
border-color: #2FF94E;
}
.TagClassName
{
border-color: #2FF94E;
}
</style>