Shades of Lime Green #1FC11B
Tints of Lime Green #1FC11B
RGB
CMYK
RGB Variations
Color information
#1FC11B (or 0x1FC11B) is known color: Lime Green. HEX triplet: 1F, C1 and 1B. RGB value is (31,193,27). Sum of RGB (Red+Green+Blue) = 31+193+27=251 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.35% from 251); Green value is 193 (75.78% from 255 or 76.89% from 251); Blue value is 27 (10.94% from 255 or 10.76% from 251); Max value from RGB is 193 - color contains mainly: green. Hex color #1FC11B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC11B is #E03EE4. Grayscale: #7E7E7E. Windows color (decimal): -14696165 or 1818911. OLE color: 1818911.
HSL color Cylindrical-coordinate representation of color #1FC11B: hue angle of 118.55º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FC11B is Cyan = 0.84, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 193 | 27 | - |
| CMYK | 0.84 | 0 | 0.86 | 0.24 |
| HSL | 118.55º | 0.75% | 0.43% | - |
| HSV(B) | 118.55º | 0.86% | 0.76% | - |
| XYZ | 19.83 | 38.51 | 7.42 | - |
| YUV | 125.64 | 72.33 | 60.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 193 | 27 | 0.84 | 0 | 0.86 | 0.24 | 118.55 | 0.75 | 0.43 |
| Hex | 1F | C1 | 1B | 54 | 0 | 56 | 18 | 77 | 4B | 2B |
| Octal | 37 | 301 | 33 | 124 | 0 | 126 | 30 | 167 | 113 | 53 |
| Binary | 11111 | 11000001 | 11011 | 1010100 | 0 | 1010110 | 11000 | 1110111 | 1001011 | 101011 |
Color Harmonies of #1FC11B
Complementary color
Monochromatic Colors of #1FC11B
Black with #1FC11B
Text Example
Text Example
White with #1FC11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC11B; }
p { color: rgb(31,193,27); }
H1.HeaderClassName
{
color: #1FC11B;
}
.AnyTagClassName
{
color: #1FC11B;
}
</style>
background-color css
<style>
a { background-color: #1FC11B; }
a { background-color: rgb(31,193,27); }
div.DivClassName
{
background-color: #1FC11B;
}
.BgClassName
{
background-color: #1FC11B;
}
</style>
border-color css
<style>
span { border-color: #1FC11B; }
span { border-color: rgb(31,193,27); }
td.TdClassName
{
border-color: #1FC11B;
}
.TagClassName
{
border-color: #1FC11B;
}
</style>