Shades of Lime Green #1FBA12
Tints of Lime Green #1FBA12
RGB
CMYK
RGB Variations
Color information
#1FBA12 (or 0x1FBA12) is known color: Lime Green. HEX triplet: 1F, BA and 12. RGB value is (31,186,18). Sum of RGB (Red+Green+Blue) = 31+186+18=235 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.19% from 235); Green value is 186 (73.05% from 255 or 79.15% from 235); Blue value is 18 (7.42% from 255 or 7.66% from 235); Max value from RGB is 186 - color contains mainly: green. Hex color #1FBA12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FBA12 is #E045ED. Grayscale: #797979. Windows color (decimal): -14697966 or 1227295. OLE color: 1227295.
HSL color Cylindrical-coordinate representation of color #1FBA12: hue angle of 115.36º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1FBA12 is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 31 | 186 | 18 | - |
| CMYK | 0.83 | 0 | 0.90 | 0.27 |
| HSL | 115.36º | 0.82% | 0.4% | - |
| HSV(B) | 115.36º | 0.9% | 0.73% | - |
| XYZ | 18.23 | 35.45 | 6.45 | - |
| YUV | 120.5 | 70.15 | 64.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 186 | 18 | 0.83 | 0 | 0.90 | 0.27 | 115.36 | 0.82 | 0.4 |
| Hex | 1F | BA | 12 | 53 | 0 | 5A | 1B | 73 | 52 | 28 |
| Octal | 37 | 272 | 22 | 123 | 0 | 132 | 33 | 163 | 122 | 50 |
| Binary | 11111 | 10111010 | 10010 | 1010011 | 0 | 1011010 | 11011 | 1110011 | 1010010 | 101000 |
Color Harmonies of #1FBA12
Complementary color
Monochromatic Colors of #1FBA12
Black with #1FBA12
Text Example
Text Example
White with #1FBA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBA12; }
p { color: rgb(31,186,18); }
H1.HeaderClassName
{
color: #1FBA12;
}
.AnyTagClassName
{
color: #1FBA12;
}
</style>
background-color css
<style>
a { background-color: #1FBA12; }
a { background-color: rgb(31,186,18); }
div.DivClassName
{
background-color: #1FBA12;
}
.BgClassName
{
background-color: #1FBA12;
}
</style>
border-color css
<style>
span { border-color: #1FBA12; }
span { border-color: rgb(31,186,18); }
td.TdClassName
{
border-color: #1FBA12;
}
.TagClassName
{
border-color: #1FBA12;
}
</style>