Shades of Lime Green #1FC907
Tints of Lime Green #1FC907
RGB
CMYK
RGB Variations
Color information
#1FC907 (or 0x1FC907) is known color: Lime Green. HEX triplet: 1F, C9 and 07. RGB value is (31,201,7). Sum of RGB (Red+Green+Blue) = 31+201+7=239 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.97% from 239); Green value is 201 (78.91% from 255 or 84.10% from 239); Blue value is 7 (3.12% from 255 or 2.93% from 239); Max value from RGB is 201 - color contains mainly: green. Hex color #1FC907 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FC907 is #E036F8. Grayscale: #808080. Windows color (decimal): -14694137 or 510239. OLE color: 510239.
HSL color Cylindrical-coordinate representation of color #1FC907: hue angle of 112.58º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1FC907 is Cyan = 0.85, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 31 | 201 | 7 | - |
| CMYK | 0.85 | 0 | 0.97 | 0.21 |
| HSL | 112.58º | 0.93% | 0.41% | - |
| HSV(B) | 112.58º | 0.97% | 0.79% | - |
| XYZ | 21.49 | 42.08 | 7.19 | - |
| YUV | 128.05 | 59.68 | 58.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 201 | 7 | 0.85 | 0 | 0.97 | 0.21 | 112.58 | 0.93 | 0.41 |
| Hex | 1F | C9 | 7 | 55 | 0 | 61 | 15 | 71 | 5D | 29 |
| Octal | 37 | 311 | 7 | 125 | 0 | 141 | 25 | 161 | 135 | 51 |
| Binary | 11111 | 11001001 | 111 | 1010101 | 0 | 1100001 | 10101 | 1110001 | 1011101 | 101001 |
Color Harmonies of #1FC907
Complementary color
Monochromatic Colors of #1FC907
Black with #1FC907
Text Example
Text Example
White with #1FC907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC907; }
p { color: rgb(31,201,7); }
H1.HeaderClassName
{
color: #1FC907;
}
.AnyTagClassName
{
color: #1FC907;
}
</style>
background-color css
<style>
a { background-color: #1FC907; }
a { background-color: rgb(31,201,7); }
div.DivClassName
{
background-color: #1FC907;
}
.BgClassName
{
background-color: #1FC907;
}
</style>
border-color css
<style>
span { border-color: #1FC907; }
span { border-color: rgb(31,201,7); }
td.TdClassName
{
border-color: #1FC907;
}
.TagClassName
{
border-color: #1FC907;
}
</style>