Shades of Lime Green #1FBA11
Tints of Lime Green #1FBA11
RGB
CMYK
RGB Variations
Color information
#1FBA11 (or 0x1FBA11) is known color: Lime Green. HEX triplet: 1F, BA and 11. RGB value is (31,186,17). Sum of RGB (Red+Green+Blue) = 31+186+17=234 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.25% from 234); Green value is 186 (73.05% from 255 or 79.49% from 234); Blue value is 17 (7.03% from 255 or 7.26% from 234); Max value from RGB is 186 - color contains mainly: green. Hex color #1FBA11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FBA11 is #E045EE. Grayscale: #787878. Windows color (decimal): -14697967 or 1161759. OLE color: 1161759.
HSL color Cylindrical-coordinate representation of color #1FBA11: hue angle of 115.03º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1FBA11 is Cyan = 0.83, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 31 | 186 | 17 | - |
| CMYK | 0.83 | 0 | 0.91 | 0.27 |
| HSL | 115.03º | 0.83% | 0.4% | - |
| HSV(B) | 115.03º | 0.91% | 0.73% | - |
| XYZ | 18.23 | 35.45 | 6.41 | - |
| YUV | 120.39 | 69.65 | 64.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 186 | 17 | 0.83 | 0 | 0.91 | 0.27 | 115.03 | 0.83 | 0.4 |
| Hex | 1F | BA | 11 | 53 | 0 | 5B | 1B | 73 | 53 | 28 |
| Octal | 37 | 272 | 21 | 123 | 0 | 133 | 33 | 163 | 123 | 50 |
| Binary | 11111 | 10111010 | 10001 | 1010011 | 0 | 1011011 | 11011 | 1110011 | 1010011 | 101000 |
Color Harmonies of #1FBA11
Complementary color
Monochromatic Colors of #1FBA11
Black with #1FBA11
Text Example
Text Example
White with #1FBA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBA11; }
p { color: rgb(31,186,17); }
H1.HeaderClassName
{
color: #1FBA11;
}
.AnyTagClassName
{
color: #1FBA11;
}
</style>
background-color css
<style>
a { background-color: #1FBA11; }
a { background-color: rgb(31,186,17); }
div.DivClassName
{
background-color: #1FBA11;
}
.BgClassName
{
background-color: #1FBA11;
}
</style>
border-color css
<style>
span { border-color: #1FBA11; }
span { border-color: rgb(31,186,17); }
td.TdClassName
{
border-color: #1FBA11;
}
.TagClassName
{
border-color: #1FBA11;
}
</style>