Shades of Lime Green #1BD313
Tints of Lime Green #1BD313
RGB
CMYK
RGB Variations
Color information
#1BD313 (or 0x1BD313) is known color: Lime Green. HEX triplet: 1B, D3 and 13. RGB value is (27,211,19). Sum of RGB (Red+Green+Blue) = 27+211+19=257 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.51% from 257); Green value is 211 (82.81% from 255 or 82.10% from 257); Blue value is 19 (7.81% from 255 or 7.39% from 257); Max value from RGB is 211 - color contains mainly: green. Hex color #1BD313 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BD313 is #E42CEC. Grayscale: #868686. Windows color (decimal): -14953709 or 1299227. OLE color: 1299227.
HSL color Cylindrical-coordinate representation of color #1BD313: hue angle of 117.5º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1BD313 is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 27 | 211 | 19 | - |
| CMYK | 0.87 | 0 | 0.91 | 0.17 |
| HSL | 117.5º | 0.83% | 0.45% | - |
| HSV(B) | 117.5º | 0.91% | 0.83% | - |
| XYZ | 23.86 | 46.87 | 8.4 | - |
| YUV | 134.1 | 63.04 | 51.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 211 | 19 | 0.87 | 0 | 0.91 | 0.17 | 117.5 | 0.83 | 0.45 |
| Hex | 1B | D3 | 13 | 57 | 0 | 5B | 11 | 76 | 53 | 2D |
| Octal | 33 | 323 | 23 | 127 | 0 | 133 | 21 | 166 | 123 | 55 |
| Binary | 11011 | 11010011 | 10011 | 1010111 | 0 | 1011011 | 10001 | 1110110 | 1010011 | 101101 |
Color Harmonies of #1BD313
Complementary color
Monochromatic Colors of #1BD313
Black with #1BD313
Text Example
Text Example
White with #1BD313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BD313; }
p { color: rgb(27,211,19); }
H1.HeaderClassName
{
color: #1BD313;
}
.AnyTagClassName
{
color: #1BD313;
}
</style>
background-color css
<style>
a { background-color: #1BD313; }
a { background-color: rgb(27,211,19); }
div.DivClassName
{
background-color: #1BD313;
}
.BgClassName
{
background-color: #1BD313;
}
</style>
border-color css
<style>
span { border-color: #1BD313; }
span { border-color: rgb(27,211,19); }
td.TdClassName
{
border-color: #1BD313;
}
.TagClassName
{
border-color: #1BD313;
}
</style>