Shades of Lime Green #1FBC14
Tints of Lime Green #1FBC14
RGB
CMYK
RGB Variations
Color information
#1FBC14 (or 0x1FBC14) is known color: Lime Green. HEX triplet: 1F, BC and 14. RGB value is (31,188,20). Sum of RGB (Red+Green+Blue) = 31+188+20=239 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.97% from 239); Green value is 188 (73.83% from 255 or 78.66% from 239); Blue value is 20 (8.20% from 255 or 8.37% from 239); Max value from RGB is 188 - color contains mainly: green. Hex color #1FBC14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FBC14 is #E043EB. Grayscale: #7A7A7A. Windows color (decimal): -14697452 or 1358879. OLE color: 1358879.
HSL color Cylindrical-coordinate representation of color #1FBC14: hue angle of 116.07º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1FBC14 is Cyan = 0.84, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 31 | 188 | 20 | - |
| CMYK | 0.84 | 0 | 0.89 | 0.26 |
| HSL | 116.07º | 0.81% | 0.41% | - |
| HSV(B) | 116.07º | 0.89% | 0.74% | - |
| XYZ | 18.67 | 36.31 | 6.69 | - |
| YUV | 121.91 | 70.49 | 63.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 188 | 20 | 0.84 | 0 | 0.89 | 0.26 | 116.07 | 0.81 | 0.41 |
| Hex | 1F | BC | 14 | 54 | 0 | 59 | 1A | 74 | 51 | 29 |
| Octal | 37 | 274 | 24 | 124 | 0 | 131 | 32 | 164 | 121 | 51 |
| Binary | 11111 | 10111100 | 10100 | 1010100 | 0 | 1011001 | 11010 | 1110100 | 1010001 | 101001 |
Color Harmonies of #1FBC14
Complementary color
Monochromatic Colors of #1FBC14
Black with #1FBC14
Text Example
Text Example
White with #1FBC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBC14; }
p { color: rgb(31,188,20); }
H1.HeaderClassName
{
color: #1FBC14;
}
.AnyTagClassName
{
color: #1FBC14;
}
</style>
background-color css
<style>
a { background-color: #1FBC14; }
a { background-color: rgb(31,188,20); }
div.DivClassName
{
background-color: #1FBC14;
}
.BgClassName
{
background-color: #1FBC14;
}
</style>
border-color css
<style>
span { border-color: #1FBC14; }
span { border-color: rgb(31,188,20); }
td.TdClassName
{
border-color: #1FBC14;
}
.TagClassName
{
border-color: #1FBC14;
}
</style>