Shades of Lime Green #1FBC16
Tints of Lime Green #1FBC16
RGB
CMYK
RGB Variations
Color information
#1FBC16 (or 0x1FBC16) is known color: Lime Green. HEX triplet: 1F, BC and 16. RGB value is (31,188,22). Sum of RGB (Red+Green+Blue) = 31+188+22=241 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.86% from 241); Green value is 188 (73.83% from 255 or 78.01% from 241); Blue value is 22 (8.98% from 255 or 9.13% from 241); Max value from RGB is 188 - color contains mainly: green. Hex color #1FBC16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FBC16 is #E043E9. Grayscale: #7A7A7A. Windows color (decimal): -14697450 or 1489951. OLE color: 1489951.
HSL color Cylindrical-coordinate representation of color #1FBC16: hue angle of 116.75º degrees, saturation: 0.79, 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 #1FBC16 is Cyan = 0.84, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 31 | 188 | 22 | - |
| CMYK | 0.84 | 0 | 0.88 | 0.26 |
| HSL | 116.75º | 0.79% | 0.41% | - |
| HSV(B) | 116.75º | 0.88% | 0.74% | - |
| XYZ | 18.69 | 36.32 | 6.78 | - |
| YUV | 122.13 | 71.49 | 63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 188 | 22 | 0.84 | 0 | 0.88 | 0.26 | 116.75 | 0.79 | 0.41 |
| Hex | 1F | BC | 16 | 54 | 0 | 58 | 1A | 75 | 4F | 29 |
| Octal | 37 | 274 | 26 | 124 | 0 | 130 | 32 | 165 | 117 | 51 |
| Binary | 11111 | 10111100 | 10110 | 1010100 | 0 | 1011000 | 11010 | 1110101 | 1001111 | 101001 |
Color Harmonies of #1FBC16
Complementary color
Monochromatic Colors of #1FBC16
Black with #1FBC16
Text Example
Text Example
White with #1FBC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBC16; }
p { color: rgb(31,188,22); }
H1.HeaderClassName
{
color: #1FBC16;
}
.AnyTagClassName
{
color: #1FBC16;
}
</style>
background-color css
<style>
a { background-color: #1FBC16; }
a { background-color: rgb(31,188,22); }
div.DivClassName
{
background-color: #1FBC16;
}
.BgClassName
{
background-color: #1FBC16;
}
</style>
border-color css
<style>
span { border-color: #1FBC16; }
span { border-color: rgb(31,188,22); }
td.TdClassName
{
border-color: #1FBC16;
}
.TagClassName
{
border-color: #1FBC16;
}
</style>