Shades of Lime Green #2FD516
Tints of Lime Green #2FD516
RGB
CMYK
RGB Variations
Color information
#2FD516 (or 0x2FD516) is known color: Lime Green. HEX triplet: 2F, D5 and 16. RGB value is (47,213,22). Sum of RGB (Red+Green+Blue) = 47+213+22=282 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.67% from 282); Green value is 213 (83.59% from 255 or 75.53% from 282); Blue value is 22 (8.98% from 255 or 7.80% from 282); Max value from RGB is 213 - color contains mainly: green. Hex color #2FD516 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FD516 is #D02AE9. Grayscale: #8E8E8E. Windows color (decimal): -13642474 or 1496367. OLE color: 1496367.
HSL color Cylindrical-coordinate representation of color #2FD516: hue angle of 112.15º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2FD516 is Cyan = 0.78, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 47 | 213 | 22 | - |
| CMYK | 0.78 | 0 | 0.90 | 0.16 |
| HSL | 112.15º | 0.81% | 0.46% | - |
| HSV(B) | 112.15º | 0.9% | 0.84% | - |
| XYZ | 25.11 | 48.25 | 8.75 | - |
| YUV | 141.59 | 60.5 | 60.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 213 | 22 | 0.78 | 0 | 0.90 | 0.16 | 112.15 | 0.81 | 0.46 |
| Hex | 2F | D5 | 16 | 4E | 0 | 5A | 10 | 70 | 51 | 2E |
| Octal | 57 | 325 | 26 | 116 | 0 | 132 | 20 | 160 | 121 | 56 |
| Binary | 101111 | 11010101 | 10110 | 1001110 | 0 | 1011010 | 10000 | 1110000 | 1010001 | 101110 |
Color Harmonies of #2FD516
Complementary color
Monochromatic Colors of #2FD516
Black with #2FD516
Text Example
Text Example
White with #2FD516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD516; }
p { color: rgb(47,213,22); }
H1.HeaderClassName
{
color: #2FD516;
}
.AnyTagClassName
{
color: #2FD516;
}
</style>
background-color css
<style>
a { background-color: #2FD516; }
a { background-color: rgb(47,213,22); }
div.DivClassName
{
background-color: #2FD516;
}
.BgClassName
{
background-color: #2FD516;
}
</style>
border-color css
<style>
span { border-color: #2FD516; }
span { border-color: rgb(47,213,22); }
td.TdClassName
{
border-color: #2FD516;
}
.TagClassName
{
border-color: #2FD516;
}
</style>