Shades of Lime Green #1BD311
Tints of Lime Green #1BD311
RGB
CMYK
RGB Variations
Color information
#1BD311 (or 0x1BD311) is known color: Lime Green. HEX triplet: 1B, D3 and 11. RGB value is (27,211,17). Sum of RGB (Red+Green+Blue) = 27+211+17=255 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.59% from 255); Green value is 211 (82.81% from 255 or 82.75% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 211 - color contains mainly: green. Hex color #1BD311 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BD311 is #E42CEE. Grayscale: #868686. Windows color (decimal): -14953711 or 1168155. OLE color: 1168155.
HSL color Cylindrical-coordinate representation of color #1BD311: hue angle of 116.91º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1BD311 is Cyan = 0.87, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 27 | 211 | 17 | - |
| CMYK | 0.87 | 0 | 0.92 | 0.17 |
| HSL | 116.91º | 0.85% | 0.45% | - |
| HSV(B) | 116.91º | 0.92% | 0.83% | - |
| XYZ | 23.85 | 46.86 | 8.32 | - |
| YUV | 133.87 | 62.04 | 51.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 211 | 17 | 0.87 | 0 | 0.92 | 0.17 | 116.91 | 0.85 | 0.45 |
| Hex | 1B | D3 | 11 | 57 | 0 | 5C | 11 | 75 | 55 | 2D |
| Octal | 33 | 323 | 21 | 127 | 0 | 134 | 21 | 165 | 125 | 55 |
| Binary | 11011 | 11010011 | 10001 | 1010111 | 0 | 1011100 | 10001 | 1110101 | 1010101 | 101101 |
Color Harmonies of #1BD311
Complementary color
Monochromatic Colors of #1BD311
Black with #1BD311
Text Example
Text Example
White with #1BD311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BD311; }
p { color: rgb(27,211,17); }
H1.HeaderClassName
{
color: #1BD311;
}
.AnyTagClassName
{
color: #1BD311;
}
</style>
background-color css
<style>
a { background-color: #1BD311; }
a { background-color: rgb(27,211,17); }
div.DivClassName
{
background-color: #1BD311;
}
.BgClassName
{
background-color: #1BD311;
}
</style>
border-color css
<style>
span { border-color: #1BD311; }
span { border-color: rgb(27,211,17); }
td.TdClassName
{
border-color: #1BD311;
}
.TagClassName
{
border-color: #1BD311;
}
</style>