Shades of Lime Green #1FC905
Tints of Lime Green #1FC905
RGB
CMYK
RGB Variations
Color information
#1FC905 (or 0x1FC905) is known color: Lime Green. HEX triplet: 1F, C9 and 05. RGB value is (31,201,5). Sum of RGB (Red+Green+Blue) = 31+201+5=237 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.08% from 237); Green value is 201 (78.91% from 255 or 84.81% from 237); Blue value is 5 (2.34% from 255 or 2.11% from 237); Max value from RGB is 201 - color contains mainly: green. Hex color #1FC905 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FC905 is #E036FA. Grayscale: #808080. Windows color (decimal): -14694139 or 379167. OLE color: 379167.
HSL color Cylindrical-coordinate representation of color #1FC905: hue angle of 112.04º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1FC905 is Cyan = 0.85, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 31 | 201 | 5 | - |
| CMYK | 0.85 | 0 | 0.98 | 0.21 |
| HSL | 112.04º | 0.95% | 0.4% | - |
| HSV(B) | 112.04º | 0.98% | 0.79% | - |
| XYZ | 21.48 | 42.08 | 7.13 | - |
| YUV | 127.83 | 58.68 | 58.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 201 | 5 | 0.85 | 0 | 0.98 | 0.21 | 112.04 | 0.95 | 0.4 |
| Hex | 1F | C9 | 5 | 55 | 0 | 62 | 15 | 70 | 5F | 28 |
| Octal | 37 | 311 | 5 | 125 | 0 | 142 | 25 | 160 | 137 | 50 |
| Binary | 11111 | 11001001 | 101 | 1010101 | 0 | 1100010 | 10101 | 1110000 | 1011111 | 101000 |
Color Harmonies of #1FC905
Complementary color
Monochromatic Colors of #1FC905
Black with #1FC905
Text Example
Text Example
White with #1FC905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC905; }
p { color: rgb(31,201,5); }
H1.HeaderClassName
{
color: #1FC905;
}
.AnyTagClassName
{
color: #1FC905;
}
</style>
background-color css
<style>
a { background-color: #1FC905; }
a { background-color: rgb(31,201,5); }
div.DivClassName
{
background-color: #1FC905;
}
.BgClassName
{
background-color: #1FC905;
}
</style>
border-color css
<style>
span { border-color: #1FC905; }
span { border-color: rgb(31,201,5); }
td.TdClassName
{
border-color: #1FC905;
}
.TagClassName
{
border-color: #1FC905;
}
</style>