Shades of Lime Green #2FD814
Tints of Lime Green #2FD814
RGB
CMYK
RGB Variations
Color information
#2FD814 (or 0x2FD814) is known color: Lime Green. HEX triplet: 2F, D8 and 14. RGB value is (47,216,20). Sum of RGB (Red+Green+Blue) = 47+216+20=283 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.61% from 283); Green value is 216 (84.77% from 255 or 76.33% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 216 - color contains mainly: green. Hex color #2FD814 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FD814 is #D027EB. Grayscale: #8F8F8F. Windows color (decimal): -13641708 or 1366063. OLE color: 1366063.
HSL color Cylindrical-coordinate representation of color #2FD814: hue angle of 111.73º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2FD814 is Cyan = 0.78, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 216 | 20 | - |
| CMYK | 0.78 | 0 | 0.91 | 0.15 |
| HSL | 111.73º | 0.83% | 0.46% | - |
| HSV(B) | 111.73º | 0.91% | 0.85% | - |
| XYZ | 25.85 | 49.77 | 8.91 | - |
| YUV | 143.13 | 58.51 | 59.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 216 | 20 | 0.78 | 0 | 0.91 | 0.15 | 111.73 | 0.83 | 0.46 |
| Hex | 2F | D8 | 14 | 4E | 0 | 5B | F | 70 | 53 | 2E |
| Octal | 57 | 330 | 24 | 116 | 0 | 133 | 17 | 160 | 123 | 56 |
| Binary | 101111 | 11011000 | 10100 | 1001110 | 0 | 1011011 | 1111 | 1110000 | 1010011 | 101110 |
Color Harmonies of #2FD814
Complementary color
Monochromatic Colors of #2FD814
Black with #2FD814
Text Example
Text Example
White with #2FD814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD814; }
p { color: rgb(47,216,20); }
H1.HeaderClassName
{
color: #2FD814;
}
.AnyTagClassName
{
color: #2FD814;
}
</style>
background-color css
<style>
a { background-color: #2FD814; }
a { background-color: rgb(47,216,20); }
div.DivClassName
{
background-color: #2FD814;
}
.BgClassName
{
background-color: #2FD814;
}
</style>
border-color css
<style>
span { border-color: #2FD814; }
span { border-color: rgb(47,216,20); }
td.TdClassName
{
border-color: #2FD814;
}
.TagClassName
{
border-color: #2FD814;
}
</style>