Shades of Lime Green #1FC91B
Tints of Lime Green #1FC91B
RGB
CMYK
RGB Variations
Color information
#1FC91B (or 0x1FC91B) is known color: Lime Green. HEX triplet: 1F, C9 and 1B. RGB value is (31,201,27). Sum of RGB (Red+Green+Blue) = 31+201+27=259 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.97% from 259); Green value is 201 (78.91% from 255 or 77.61% from 259); Blue value is 27 (10.94% from 255 or 10.42% from 259); Max value from RGB is 201 - color contains mainly: green. Hex color #1FC91B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC91B is #E036E4. Grayscale: #828282. Windows color (decimal): -14694117 or 1820959. OLE color: 1820959.
HSL color Cylindrical-coordinate representation of color #1FC91B: hue angle of 118.62º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1FC91B is Cyan = 0.85, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 31 | 201 | 27 | - |
| CMYK | 0.85 | 0 | 0.87 | 0.21 |
| HSL | 118.62º | 0.76% | 0.45% | - |
| HSV(B) | 118.62º | 0.87% | 0.79% | - |
| XYZ | 21.65 | 42.14 | 8.03 | - |
| YUV | 130.33 | 69.68 | 57.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 201 | 27 | 0.85 | 0 | 0.87 | 0.21 | 118.62 | 0.76 | 0.45 |
| Hex | 1F | C9 | 1B | 55 | 0 | 57 | 15 | 77 | 4C | 2D |
| Octal | 37 | 311 | 33 | 125 | 0 | 127 | 25 | 167 | 114 | 55 |
| Binary | 11111 | 11001001 | 11011 | 1010101 | 0 | 1010111 | 10101 | 1110111 | 1001100 | 101101 |
Color Harmonies of #1FC91B
Complementary color
Monochromatic Colors of #1FC91B
Black with #1FC91B
Text Example
Text Example
White with #1FC91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC91B; }
p { color: rgb(31,201,27); }
H1.HeaderClassName
{
color: #1FC91B;
}
.AnyTagClassName
{
color: #1FC91B;
}
</style>
background-color css
<style>
a { background-color: #1FC91B; }
a { background-color: rgb(31,201,27); }
div.DivClassName
{
background-color: #1FC91B;
}
.BgClassName
{
background-color: #1FC91B;
}
</style>
border-color css
<style>
span { border-color: #1FC91B; }
span { border-color: rgb(31,201,27); }
td.TdClassName
{
border-color: #1FC91B;
}
.TagClassName
{
border-color: #1FC91B;
}
</style>