Shades of Lime Green #2FD918
Tints of Lime Green #2FD918
RGB
CMYK
RGB Variations
Color information
#2FD918 (or 0x2FD918) is known color: Lime Green. HEX triplet: 2F, D9 and 18. RGB value is (47,217,24). Sum of RGB (Red+Green+Blue) = 47+217+24=288 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.32% from 288); Green value is 217 (85.16% from 255 or 75.35% from 288); Blue value is 24 (9.77% from 255 or 8.33% from 288); Max value from RGB is 217 - color contains mainly: green. Hex color #2FD918 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FD918 is #D026E7. Grayscale: #909090. Windows color (decimal): -13641448 or 1628463. OLE color: 1628463.
HSL color Cylindrical-coordinate representation of color #2FD918: hue angle of 112.85º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2FD918 is Cyan = 0.78, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 217 | 24 | - |
| CMYK | 0.78 | 0 | 0.89 | 0.15 |
| HSL | 112.85º | 0.8% | 0.47% | - |
| HSV(B) | 112.85º | 0.89% | 0.85% | - |
| XYZ | 26.15 | 50.3 | 9.19 | - |
| YUV | 144.17 | 60.18 | 58.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 217 | 24 | 0.78 | 0 | 0.89 | 0.15 | 112.85 | 0.8 | 0.47 |
| Hex | 2F | D9 | 18 | 4E | 0 | 59 | F | 71 | 50 | 2F |
| Octal | 57 | 331 | 30 | 116 | 0 | 131 | 17 | 161 | 120 | 57 |
| Binary | 101111 | 11011001 | 11000 | 1001110 | 0 | 1011001 | 1111 | 1110001 | 1010000 | 101111 |
Color Harmonies of #2FD918
Complementary color
Monochromatic Colors of #2FD918
Black with #2FD918
Text Example
Text Example
White with #2FD918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD918; }
p { color: rgb(47,217,24); }
H1.HeaderClassName
{
color: #2FD918;
}
.AnyTagClassName
{
color: #2FD918;
}
</style>
background-color css
<style>
a { background-color: #2FD918; }
a { background-color: rgb(47,217,24); }
div.DivClassName
{
background-color: #2FD918;
}
.BgClassName
{
background-color: #2FD918;
}
</style>
border-color css
<style>
span { border-color: #2FD918; }
span { border-color: rgb(47,217,24); }
td.TdClassName
{
border-color: #2FD918;
}
.TagClassName
{
border-color: #2FD918;
}
</style>