Shades of Lime Green #1FD130
Tints of Lime Green #1FD130
RGB
CMYK
RGB Variations
Color information
#1FD130 (or 0x1FD130) is known color: Lime Green. HEX triplet: 1F, D1 and 30. RGB value is (31,209,48). Sum of RGB (Red+Green+Blue) = 31+209+48=288 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.76% from 288); Green value is 209 (82.03% from 255 or 72.57% from 288); Blue value is 48 (19.14% from 255 or 16.67% from 288); Max value from RGB is 209 - color contains mainly: green. Hex color #1FD130 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD130 is #E02ECF. Grayscale: #898989. Windows color (decimal): -14692048 or 3199263. OLE color: 3199263.
HSL color Cylindrical-coordinate representation of color #1FD130: hue angle of 125.73º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD130 is Cyan = 0.85, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 31 | 209 | 48 | - |
| CMYK | 0.85 | 0 | 0.77 | 0.18 |
| HSL | 125.73º | 0.74% | 0.47% | - |
| HSV(B) | 125.73º | 0.85% | 0.82% | - |
| XYZ | 23.9 | 46.11 | 10.44 | - |
| YUV | 137.42 | 77.53 | 52.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 209 | 48 | 0.85 | 0 | 0.77 | 0.18 | 125.73 | 0.74 | 0.47 |
| Hex | 1F | D1 | 30 | 55 | 0 | 4D | 12 | 7E | 4A | 2F |
| Octal | 37 | 321 | 60 | 125 | 0 | 115 | 22 | 176 | 112 | 57 |
| Binary | 11111 | 11010001 | 110000 | 1010101 | 0 | 1001101 | 10010 | 1111110 | 1001010 | 101111 |
Color Harmonies of #1FD130
Complementary color
Monochromatic Colors of #1FD130
Black with #1FD130
Text Example
Text Example
White with #1FD130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD130; }
p { color: rgb(31,209,48); }
H1.HeaderClassName
{
color: #1FD130;
}
.AnyTagClassName
{
color: #1FD130;
}
</style>
background-color css
<style>
a { background-color: #1FD130; }
a { background-color: rgb(31,209,48); }
div.DivClassName
{
background-color: #1FD130;
}
.BgClassName
{
background-color: #1FD130;
}
</style>
border-color css
<style>
span { border-color: #1FD130; }
span { border-color: rgb(31,209,48); }
td.TdClassName
{
border-color: #1FD130;
}
.TagClassName
{
border-color: #1FD130;
}
</style>