Shades of Lime Green #1FBC11
Tints of Lime Green #1FBC11
RGB
CMYK
RGB Variations
Color information
#1FBC11 (or 0x1FBC11) is known color: Lime Green. HEX triplet: 1F, BC and 11. RGB value is (31,188,17). Sum of RGB (Red+Green+Blue) = 31+188+17=236 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.14% from 236); Green value is 188 (73.83% from 255 or 79.66% from 236); Blue value is 17 (7.03% from 255 or 7.20% from 236); Max value from RGB is 188 - color contains mainly: green. Hex color #1FBC11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FBC11 is #E043EE. Grayscale: #7A7A7A. Windows color (decimal): -14697455 or 1162271. OLE color: 1162271.
HSL color Cylindrical-coordinate representation of color #1FBC11: hue angle of 115.09º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1FBC11 is Cyan = 0.84, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 31 | 188 | 17 | - |
| CMYK | 0.84 | 0 | 0.91 | 0.26 |
| HSL | 115.09º | 0.83% | 0.4% | - |
| HSV(B) | 115.09º | 0.91% | 0.74% | - |
| XYZ | 18.65 | 36.3 | 6.55 | - |
| YUV | 121.56 | 68.99 | 63.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 188 | 17 | 0.84 | 0 | 0.91 | 0.26 | 115.09 | 0.83 | 0.4 |
| Hex | 1F | BC | 11 | 54 | 0 | 5B | 1A | 73 | 53 | 28 |
| Octal | 37 | 274 | 21 | 124 | 0 | 133 | 32 | 163 | 123 | 50 |
| Binary | 11111 | 10111100 | 10001 | 1010100 | 0 | 1011011 | 11010 | 1110011 | 1010011 | 101000 |
Color Harmonies of #1FBC11
Complementary color
Monochromatic Colors of #1FBC11
Black with #1FBC11
Text Example
Text Example
White with #1FBC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBC11; }
p { color: rgb(31,188,17); }
H1.HeaderClassName
{
color: #1FBC11;
}
.AnyTagClassName
{
color: #1FBC11;
}
</style>
background-color css
<style>
a { background-color: #1FBC11; }
a { background-color: rgb(31,188,17); }
div.DivClassName
{
background-color: #1FBC11;
}
.BgClassName
{
background-color: #1FBC11;
}
</style>
border-color css
<style>
span { border-color: #1FBC11; }
span { border-color: rgb(31,188,17); }
td.TdClassName
{
border-color: #1FBC11;
}
.TagClassName
{
border-color: #1FBC11;
}
</style>