Shades of Malachite #2FF14E
Tints of Malachite #2FF14E
RGB
CMYK
RGB Variations
Color information
#2FF14E (or 0x2FF14E) is known color: Malachite. HEX triplet: 2F, F1 and 4E. RGB value is (47,241,78). Sum of RGB (Red+Green+Blue) = 47+241+78=366 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.84% from 366); Green value is 241 (94.53% from 255 or 65.85% from 366); Blue value is 78 (30.86% from 255 or 21.31% from 366); Max value from RGB is 241 - color contains mainly: green. Hex color #2FF14E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF14E is #D00EB1. Grayscale: #A4A4A4. Windows color (decimal): -13635250 or 5173551. OLE color: 5173551.
HSL color Cylindrical-coordinate representation of color #2FF14E: hue angle of 129.59º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FF14E is Cyan = 0.80, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 241 | 78 | - |
| CMYK | 0.80 | 0 | 0.68 | 0.05 |
| HSL | 129.59º | 0.87% | 0.56% | - |
| HSV(B) | 129.59º | 0.8% | 0.95% | - |
| XYZ | 34 | 64.06 | 17.78 | - |
| YUV | 164.41 | 79.23 | 44.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 241 | 78 | 0.80 | 0 | 0.68 | 0.05 | 129.59 | 0.87 | 0.56 |
| Hex | 2F | F1 | 4E | 50 | 0 | 44 | 5 | 82 | 57 | 38 |
| Octal | 57 | 361 | 116 | 120 | 0 | 104 | 5 | 202 | 127 | 70 |
| Binary | 101111 | 11110001 | 1001110 | 1010000 | 0 | 1000100 | 101 | 10000010 | 1010111 | 111000 |
Color Harmonies of #2FF14E
Complementary color
Monochromatic Colors of #2FF14E
Black with #2FF14E
Text Example
Text Example
White with #2FF14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF14E; }
p { color: rgb(47,241,78); }
H1.HeaderClassName
{
color: #2FF14E;
}
.AnyTagClassName
{
color: #2FF14E;
}
</style>
background-color css
<style>
a { background-color: #2FF14E; }
a { background-color: rgb(47,241,78); }
div.DivClassName
{
background-color: #2FF14E;
}
.BgClassName
{
background-color: #2FF14E;
}
</style>
border-color css
<style>
span { border-color: #2FF14E; }
span { border-color: rgb(47,241,78); }
td.TdClassName
{
border-color: #2FF14E;
}
.TagClassName
{
border-color: #2FF14E;
}
</style>