Shades of Lime Green #1FBC17
Tints of Lime Green #1FBC17
RGB
CMYK
RGB Variations
Color information
#1FBC17 (or 0x1FBC17) is known color: Lime Green. HEX triplet: 1F, BC and 17. RGB value is (31,188,23). Sum of RGB (Red+Green+Blue) = 31+188+23=242 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.81% from 242); Green value is 188 (73.83% from 255 or 77.69% from 242); Blue value is 23 (9.38% from 255 or 9.50% from 242); Max value from RGB is 188 - color contains mainly: green. Hex color #1FBC17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FBC17 is #E043E8. Grayscale: #7A7A7A. Windows color (decimal): -14697449 or 1555487. OLE color: 1555487.
HSL color Cylindrical-coordinate representation of color #1FBC17: hue angle of 117.09º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FBC17 is Cyan = 0.84, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 31 | 188 | 23 | - |
| CMYK | 0.84 | 0 | 0.88 | 0.26 |
| HSL | 117.09º | 0.78% | 0.41% | - |
| HSV(B) | 117.09º | 0.88% | 0.74% | - |
| XYZ | 18.7 | 36.32 | 6.84 | - |
| YUV | 122.25 | 71.99 | 62.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 188 | 23 | 0.84 | 0 | 0.88 | 0.26 | 117.09 | 0.78 | 0.41 |
| Hex | 1F | BC | 17 | 54 | 0 | 58 | 1A | 75 | 4E | 29 |
| Octal | 37 | 274 | 27 | 124 | 0 | 130 | 32 | 165 | 116 | 51 |
| Binary | 11111 | 10111100 | 10111 | 1010100 | 0 | 1011000 | 11010 | 1110101 | 1001110 | 101001 |
Color Harmonies of #1FBC17
Complementary color
Monochromatic Colors of #1FBC17
Black with #1FBC17
Text Example
Text Example
White with #1FBC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBC17; }
p { color: rgb(31,188,23); }
H1.HeaderClassName
{
color: #1FBC17;
}
.AnyTagClassName
{
color: #1FBC17;
}
</style>
background-color css
<style>
a { background-color: #1FBC17; }
a { background-color: rgb(31,188,23); }
div.DivClassName
{
background-color: #1FBC17;
}
.BgClassName
{
background-color: #1FBC17;
}
</style>
border-color css
<style>
span { border-color: #1FBC17; }
span { border-color: rgb(31,188,23); }
td.TdClassName
{
border-color: #1FBC17;
}
.TagClassName
{
border-color: #1FBC17;
}
</style>