Shades of Lime Green #1FD120
Tints of Lime Green #1FD120
RGB
CMYK
RGB Variations
Color information
#1FD120 (or 0x1FD120) is known color: Lime Green. HEX triplet: 1F, D1 and 20. RGB value is (31,209,32). Sum of RGB (Red+Green+Blue) = 31+209+32=272 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.40% from 272); Green value is 209 (82.03% from 255 or 76.84% from 272); Blue value is 32 (12.89% from 255 or 11.76% from 272); Max value from RGB is 209 - color contains mainly: green. Hex color #1FD120 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD120 is #E02EDF. Grayscale: #888888. Windows color (decimal): -14692064 or 2150687. OLE color: 2150687.
HSL color Cylindrical-coordinate representation of color #1FD120: hue angle of 120.34º 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 #1FD120 is Cyan = 0.85, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 31 | 209 | 32 | - |
| CMYK | 0.85 | 0 | 0.85 | 0.18 |
| HSL | 120.34º | 0.74% | 0.47% | - |
| HSV(B) | 120.34º | 0.85% | 0.82% | - |
| XYZ | 23.63 | 46 | 9 | - |
| YUV | 135.6 | 69.53 | 53.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 209 | 32 | 0.85 | 0 | 0.85 | 0.18 | 120.34 | 0.74 | 0.47 |
| Hex | 1F | D1 | 20 | 55 | 0 | 55 | 12 | 78 | 4A | 2F |
| Octal | 37 | 321 | 40 | 125 | 0 | 125 | 22 | 170 | 112 | 57 |
| Binary | 11111 | 11010001 | 100000 | 1010101 | 0 | 1010101 | 10010 | 1111000 | 1001010 | 101111 |
Color Harmonies of #1FD120
Complementary color
Monochromatic Colors of #1FD120
Black with #1FD120
Text Example
Text Example
White with #1FD120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD120; }
p { color: rgb(31,209,32); }
H1.HeaderClassName
{
color: #1FD120;
}
.AnyTagClassName
{
color: #1FD120;
}
</style>
background-color css
<style>
a { background-color: #1FD120; }
a { background-color: rgb(31,209,32); }
div.DivClassName
{
background-color: #1FD120;
}
.BgClassName
{
background-color: #1FD120;
}
</style>
border-color css
<style>
span { border-color: #1FD120; }
span { border-color: rgb(31,209,32); }
td.TdClassName
{
border-color: #1FD120;
}
.TagClassName
{
border-color: #1FD120;
}
</style>