Shades of Lime Green #1BBA2D
Tints of Lime Green #1BBA2D
RGB
CMYK
RGB Variations
Color information
#1BBA2D (or 0x1BBA2D) is known color: Lime Green. HEX triplet: 1B, BA and 2D. RGB value is (27,186,45). Sum of RGB (Red+Green+Blue) = 27+186+45=258 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.47% from 258); Green value is 186 (73.05% from 255 or 72.09% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 186 - color contains mainly: green. Hex color #1BBA2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1BBA2D is #E445D2. Grayscale: #7A7A7A. Windows color (decimal): -14960083 or 2996763. OLE color: 2996763.
HSL color Cylindrical-coordinate representation of color #1BBA2D: hue angle of 126.79º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BBA2D is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 27 | 186 | 45 | - |
| CMYK | 0.85 | 0 | 0.76 | 0.27 |
| HSL | 126.79º | 0.75% | 0.42% | - |
| HSV(B) | 126.79º | 0.85% | 0.73% | - |
| XYZ | 18.48 | 35.54 | 8.37 | - |
| YUV | 122.39 | 84.32 | 59.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 186 | 45 | 0.85 | 0 | 0.76 | 0.27 | 126.79 | 0.75 | 0.42 |
| Hex | 1B | BA | 2D | 55 | 0 | 4C | 1B | 7F | 4B | 2A |
| Octal | 33 | 272 | 55 | 125 | 0 | 114 | 33 | 177 | 113 | 52 |
| Binary | 11011 | 10111010 | 101101 | 1010101 | 0 | 1001100 | 11011 | 1111111 | 1001011 | 101010 |
Color Harmonies of #1BBA2D
Complementary color
Monochromatic Colors of #1BBA2D
Black with #1BBA2D
Text Example
Text Example
White with #1BBA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBA2D; }
p { color: rgb(27,186,45); }
H1.HeaderClassName
{
color: #1BBA2D;
}
.AnyTagClassName
{
color: #1BBA2D;
}
</style>
background-color css
<style>
a { background-color: #1BBA2D; }
a { background-color: rgb(27,186,45); }
div.DivClassName
{
background-color: #1BBA2D;
}
.BgClassName
{
background-color: #1BBA2D;
}
</style>
border-color css
<style>
span { border-color: #1BBA2D; }
span { border-color: rgb(27,186,45); }
td.TdClassName
{
border-color: #1BBA2D;
}
.TagClassName
{
border-color: #1BBA2D;
}
</style>