Shades of Lime Green #1FC908
Tints of Lime Green #1FC908
RGB
CMYK
RGB Variations
Color information
#1FC908 (or 0x1FC908) is known color: Lime Green. HEX triplet: 1F, C9 and 08. RGB value is (31,201,8). Sum of RGB (Red+Green+Blue) = 31+201+8=240 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.92% from 240); Green value is 201 (78.91% from 255 or 83.75% from 240); Blue value is 8 (3.52% from 255 or 3.33% from 240); Max value from RGB is 201 - color contains mainly: green. Hex color #1FC908 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FC908 is #E036F7. Grayscale: #808080. Windows color (decimal): -14694136 or 575775. OLE color: 575775.
HSL color Cylindrical-coordinate representation of color #1FC908: hue angle of 112.85º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1FC908 is Cyan = 0.85, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 31 | 201 | 8 | - |
| CMYK | 0.85 | 0 | 0.96 | 0.21 |
| HSL | 112.85º | 0.92% | 0.41% | - |
| HSV(B) | 112.85º | 0.96% | 0.79% | - |
| XYZ | 21.5 | 42.08 | 7.22 | - |
| YUV | 128.17 | 60.18 | 58.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 201 | 8 | 0.85 | 0 | 0.96 | 0.21 | 112.85 | 0.92 | 0.41 |
| Hex | 1F | C9 | 8 | 55 | 0 | 60 | 15 | 71 | 5C | 29 |
| Octal | 37 | 311 | 10 | 125 | 0 | 140 | 25 | 161 | 134 | 51 |
| Binary | 11111 | 11001001 | 1000 | 1010101 | 0 | 1100000 | 10101 | 1110001 | 1011100 | 101001 |
Color Harmonies of #1FC908
Complementary color
Monochromatic Colors of #1FC908
Black with #1FC908
Text Example
Text Example
White with #1FC908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC908; }
p { color: rgb(31,201,8); }
H1.HeaderClassName
{
color: #1FC908;
}
.AnyTagClassName
{
color: #1FC908;
}
</style>
background-color css
<style>
a { background-color: #1FC908; }
a { background-color: rgb(31,201,8); }
div.DivClassName
{
background-color: #1FC908;
}
.BgClassName
{
background-color: #1FC908;
}
</style>
border-color css
<style>
span { border-color: #1FC908; }
span { border-color: rgb(31,201,8); }
td.TdClassName
{
border-color: #1FC908;
}
.TagClassName
{
border-color: #1FC908;
}
</style>