Shades of Lime Green #1BBA12
Tints of Lime Green #1BBA12
RGB
CMYK
RGB Variations
Color information
#1BBA12 (or 0x1BBA12) is known color: Lime Green. HEX triplet: 1B, BA and 12. RGB value is (27,186,18). Sum of RGB (Red+Green+Blue) = 27+186+18=231 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.69% from 231); Green value is 186 (73.05% from 255 or 80.52% from 231); Blue value is 18 (7.42% from 255 or 7.79% from 231); Max value from RGB is 186 - color contains mainly: green. Hex color #1BBA12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BBA12 is #E445ED. Grayscale: #777777. Windows color (decimal): -14960110 or 1227291. OLE color: 1227291.
HSL color Cylindrical-coordinate representation of color #1BBA12: hue angle of 116.79º 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 #1BBA12 is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 27 | 186 | 18 | - |
| CMYK | 0.85 | 0 | 0.90 | 0.27 |
| HSL | 116.79º | 0.82% | 0.4% | - |
| HSV(B) | 116.79º | 0.9% | 0.73% | - |
| XYZ | 18.12 | 35.39 | 6.45 | - |
| YUV | 119.31 | 70.82 | 62.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 186 | 18 | 0.85 | 0 | 0.90 | 0.27 | 116.79 | 0.82 | 0.4 |
| Hex | 1B | BA | 12 | 55 | 0 | 5A | 1B | 75 | 52 | 28 |
| Octal | 33 | 272 | 22 | 125 | 0 | 132 | 33 | 165 | 122 | 50 |
| Binary | 11011 | 10111010 | 10010 | 1010101 | 0 | 1011010 | 11011 | 1110101 | 1010010 | 101000 |
Color Harmonies of #1BBA12
Complementary color
Monochromatic Colors of #1BBA12
Black with #1BBA12
Text Example
Text Example
White with #1BBA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBA12; }
p { color: rgb(27,186,18); }
H1.HeaderClassName
{
color: #1BBA12;
}
.AnyTagClassName
{
color: #1BBA12;
}
</style>
background-color css
<style>
a { background-color: #1BBA12; }
a { background-color: rgb(27,186,18); }
div.DivClassName
{
background-color: #1BBA12;
}
.BgClassName
{
background-color: #1BBA12;
}
</style>
border-color css
<style>
span { border-color: #1BBA12; }
span { border-color: rgb(27,186,18); }
td.TdClassName
{
border-color: #1BBA12;
}
.TagClassName
{
border-color: #1BBA12;
}
</style>