Shades of Lime Green #1BC511
Tints of Lime Green #1BC511
RGB
CMYK
RGB Variations
Color information
#1BC511 (or 0x1BC511) is known color: Lime Green. HEX triplet: 1B, C5 and 11. RGB value is (27,197,17). Sum of RGB (Red+Green+Blue) = 27+197+17=241 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.20% from 241); Green value is 197 (77.34% from 255 or 81.74% from 241); Blue value is 17 (7.03% from 255 or 7.05% from 241); Max value from RGB is 197 - color contains mainly: green. Hex color #1BC511 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BC511 is #E43AEE. Grayscale: #7E7E7E. Windows color (decimal): -14957295 or 1164571. OLE color: 1164571.
HSL color Cylindrical-coordinate representation of color #1BC511: hue angle of 116.67º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1BC511 is Cyan = 0.86, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 27 | 197 | 17 | - |
| CMYK | 0.86 | 0 | 0.91 | 0.23 |
| HSL | 116.67º | 0.84% | 0.42% | - |
| HSV(B) | 116.67º | 0.91% | 0.77% | - |
| XYZ | 20.52 | 40.21 | 7.21 | - |
| YUV | 125.65 | 66.68 | 57.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 197 | 17 | 0.86 | 0 | 0.91 | 0.23 | 116.67 | 0.84 | 0.42 |
| Hex | 1B | C5 | 11 | 56 | 0 | 5B | 17 | 75 | 54 | 2A |
| Octal | 33 | 305 | 21 | 126 | 0 | 133 | 27 | 165 | 124 | 52 |
| Binary | 11011 | 11000101 | 10001 | 1010110 | 0 | 1011011 | 10111 | 1110101 | 1010100 | 101010 |
Color Harmonies of #1BC511
Complementary color
Monochromatic Colors of #1BC511
Black with #1BC511
Text Example
Text Example
White with #1BC511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC511; }
p { color: rgb(27,197,17); }
H1.HeaderClassName
{
color: #1BC511;
}
.AnyTagClassName
{
color: #1BC511;
}
</style>
background-color css
<style>
a { background-color: #1BC511; }
a { background-color: rgb(27,197,17); }
div.DivClassName
{
background-color: #1BC511;
}
.BgClassName
{
background-color: #1BC511;
}
</style>
border-color css
<style>
span { border-color: #1BC511; }
span { border-color: rgb(27,197,17); }
td.TdClassName
{
border-color: #1BC511;
}
.TagClassName
{
border-color: #1BC511;
}
</style>