Shades of Lime Green #1FC209
Tints of Lime Green #1FC209
RGB
CMYK
RGB Variations
Color information
#1FC209 (or 0x1FC209) is known color: Lime Green. HEX triplet: 1F, C2 and 09. RGB value is (31,194,9). Sum of RGB (Red+Green+Blue) = 31+194+9=234 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.25% from 234); Green value is 194 (76.17% from 255 or 82.91% from 234); Blue value is 9 (3.91% from 255 or 3.85% from 234); Max value from RGB is 194 - color contains mainly: green. Hex color #1FC209 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FC209 is #E03DF6. Grayscale: #7C7C7C. Windows color (decimal): -14695927 or 639519. OLE color: 639519.
HSL color Cylindrical-coordinate representation of color #1FC209: hue angle of 112.86º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1FC209 is Cyan = 0.84, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 194 | 9 | - |
| CMYK | 0.84 | 0 | 0.95 | 0.24 |
| HSL | 112.86º | 0.91% | 0.4% | - |
| HSV(B) | 112.86º | 0.95% | 0.76% | - |
| XYZ | 19.91 | 38.89 | 6.72 | - |
| YUV | 124.17 | 63 | 61.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 194 | 9 | 0.84 | 0 | 0.95 | 0.24 | 112.86 | 0.91 | 0.4 |
| Hex | 1F | C2 | 9 | 54 | 0 | 5F | 18 | 71 | 5B | 28 |
| Octal | 37 | 302 | 11 | 124 | 0 | 137 | 30 | 161 | 133 | 50 |
| Binary | 11111 | 11000010 | 1001 | 1010100 | 0 | 1011111 | 11000 | 1110001 | 1011011 | 101000 |
Color Harmonies of #1FC209
Complementary color
Monochromatic Colors of #1FC209
Black with #1FC209
Text Example
Text Example
White with #1FC209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC209; }
p { color: rgb(31,194,9); }
H1.HeaderClassName
{
color: #1FC209;
}
.AnyTagClassName
{
color: #1FC209;
}
</style>
background-color css
<style>
a { background-color: #1FC209; }
a { background-color: rgb(31,194,9); }
div.DivClassName
{
background-color: #1FC209;
}
.BgClassName
{
background-color: #1FC209;
}
</style>
border-color css
<style>
span { border-color: #1FC209; }
span { border-color: rgb(31,194,9); }
td.TdClassName
{
border-color: #1FC209;
}
.TagClassName
{
border-color: #1FC209;
}
</style>