Shades of Lime Green #1FD919
Tints of Lime Green #1FD919
RGB
CMYK
RGB Variations
Color information
#1FD919 (or 0x1FD919) is known color: Lime Green. HEX triplet: 1F, D9 and 19. RGB value is (31,217,25). Sum of RGB (Red+Green+Blue) = 31+217+25=273 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.36% from 273); Green value is 217 (85.16% from 255 or 79.49% from 273); Blue value is 25 (10.16% from 255 or 9.16% from 273); Max value from RGB is 217 - color contains mainly: green. Hex color #1FD919 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FD919 is #E026E6. Grayscale: #8C8C8C. Windows color (decimal): -14690023 or 1693983. OLE color: 1693983.
HSL color Cylindrical-coordinate representation of color #1FD919: hue angle of 118.12º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FD919 is Cyan = 0.86, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 31 | 217 | 25 | - |
| CMYK | 0.86 | 0 | 0.88 | 0.15 |
| HSL | 118.13º | 0.79% | 0.47% | - |
| HSV(B) | 118.13º | 0.88% | 0.85% | - |
| XYZ | 25.55 | 49.99 | 9.22 | - |
| YUV | 139.5 | 63.38 | 50.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 217 | 25 | 0.86 | 0 | 0.88 | 0.15 | 118.13 | 0.79 | 0.47 |
| Hex | 1F | D9 | 19 | 56 | 0 | 58 | F | 76 | 4F | 2F |
| Octal | 37 | 331 | 31 | 126 | 0 | 130 | 17 | 166 | 117 | 57 |
| Binary | 11111 | 11011001 | 11001 | 1010110 | 0 | 1011000 | 1111 | 1110110 | 1001111 | 101111 |
Color Harmonies of #1FD919
Complementary color
Monochromatic Colors of #1FD919
Black with #1FD919
Text Example
Text Example
White with #1FD919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD919; }
p { color: rgb(31,217,25); }
H1.HeaderClassName
{
color: #1FD919;
}
.AnyTagClassName
{
color: #1FD919;
}
</style>
background-color css
<style>
a { background-color: #1FD919; }
a { background-color: rgb(31,217,25); }
div.DivClassName
{
background-color: #1FD919;
}
.BgClassName
{
background-color: #1FD919;
}
</style>
border-color css
<style>
span { border-color: #1FD919; }
span { border-color: rgb(31,217,25); }
td.TdClassName
{
border-color: #1FD919;
}
.TagClassName
{
border-color: #1FD919;
}
</style>