Shades of Lime Green #1FD220
Tints of Lime Green #1FD220
RGB
CMYK
RGB Variations
Color information
#1FD220 (or 0x1FD220) is known color: Lime Green. HEX triplet: 1F, D2 and 20. RGB value is (31,210,32). Sum of RGB (Red+Green+Blue) = 31+210+32=273 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.36% from 273); Green value is 210 (82.42% from 255 or 76.92% from 273); Blue value is 32 (12.89% from 255 or 11.72% from 273); Max value from RGB is 210 - color contains mainly: green. Hex color #1FD220 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD220 is #E02DDF. Grayscale: #888888. Windows color (decimal): -14691808 or 2150943. OLE color: 2150943.
HSL color Cylindrical-coordinate representation of color #1FD220: 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 #1FD220 is Cyan = 0.85, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 31 | 210 | 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.87 | 46.49 | 9.08 | - |
| YUV | 136.19 | 69.2 | 52.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 210 | 32 | 0.85 | 0 | 0.85 | 0.18 | 120.34 | 0.74 | 0.47 |
| Hex | 1F | D2 | 20 | 55 | 0 | 55 | 12 | 78 | 4A | 2F |
| Octal | 37 | 322 | 40 | 125 | 0 | 125 | 22 | 170 | 112 | 57 |
| Binary | 11111 | 11010010 | 100000 | 1010101 | 0 | 1010101 | 10010 | 1111000 | 1001010 | 101111 |
Color Harmonies of #1FD220
Complementary color
Monochromatic Colors of #1FD220
Black with #1FD220
Text Example
Text Example
White with #1FD220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD220; }
p { color: rgb(31,210,32); }
H1.HeaderClassName
{
color: #1FD220;
}
.AnyTagClassName
{
color: #1FD220;
}
</style>
background-color css
<style>
a { background-color: #1FD220; }
a { background-color: rgb(31,210,32); }
div.DivClassName
{
background-color: #1FD220;
}
.BgClassName
{
background-color: #1FD220;
}
</style>
border-color css
<style>
span { border-color: #1FD220; }
span { border-color: rgb(31,210,32); }
td.TdClassName
{
border-color: #1FD220;
}
.TagClassName
{
border-color: #1FD220;
}
</style>