Shades of Lime Green #2FD64E
Tints of Lime Green #2FD64E
RGB
CMYK
RGB Variations
Color information
#2FD64E (or 0x2FD64E) is known color: Lime Green. HEX triplet: 2F, D6 and 4E. RGB value is (47,214,78). Sum of RGB (Red+Green+Blue) = 47+214+78=339 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.86% from 339); Green value is 214 (83.98% from 255 or 63.13% from 339); Blue value is 78 (30.86% from 255 or 23.01% from 339); Max value from RGB is 214 - color contains mainly: green. Hex color #2FD64E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD64E is #D029B1. Grayscale: #949494. Windows color (decimal): -13642162 or 5166639. OLE color: 5166639.
HSL color Cylindrical-coordinate representation of color #2FD64E: hue angle of 131.14º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD64E is Cyan = 0.78, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 47 | 214 | 78 | - |
| CMYK | 0.78 | 0 | 0.64 | 0.16 |
| HSL | 131.14º | 0.67% | 0.51% | - |
| HSV(B) | 131.14º | 0.78% | 0.84% | - |
| XYZ | 26.59 | 49.25 | 15.31 | - |
| YUV | 148.56 | 88.17 | 55.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 214 | 78 | 0.78 | 0 | 0.64 | 0.16 | 131.14 | 0.67 | 0.51 |
| Hex | 2F | D6 | 4E | 4E | 0 | 40 | 10 | 83 | 43 | 33 |
| Octal | 57 | 326 | 116 | 116 | 0 | 100 | 20 | 203 | 103 | 63 |
| Binary | 101111 | 11010110 | 1001110 | 1001110 | 0 | 1000000 | 10000 | 10000011 | 1000011 | 110011 |
Color Harmonies of #2FD64E
Complementary color
Monochromatic Colors of #2FD64E
Black with #2FD64E
Text Example
Text Example
White with #2FD64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD64E; }
p { color: rgb(47,214,78); }
H1.HeaderClassName
{
color: #2FD64E;
}
.AnyTagClassName
{
color: #2FD64E;
}
</style>
background-color css
<style>
a { background-color: #2FD64E; }
a { background-color: rgb(47,214,78); }
div.DivClassName
{
background-color: #2FD64E;
}
.BgClassName
{
background-color: #2FD64E;
}
</style>
border-color css
<style>
span { border-color: #2FD64E; }
span { border-color: rgb(47,214,78); }
td.TdClassName
{
border-color: #2FD64E;
}
.TagClassName
{
border-color: #2FD64E;
}
</style>