Shades of Lime Green #1DC511
Tints of Lime Green #1DC511
RGB
CMYK
RGB Variations
Color information
#1DC511 (or 0x1DC511) is known color: Lime Green. HEX triplet: 1D, C5 and 11. RGB value is (29,197,17). Sum of RGB (Red+Green+Blue) = 29+197+17=243 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.93% from 243); Green value is 197 (77.34% from 255 or 81.07% from 243); Blue value is 17 (7.03% from 255 or 7.00% from 243); Max value from RGB is 197 - color contains mainly: green. Hex color #1DC511 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DC511 is #E23AEE. Grayscale: #7E7E7E. Windows color (decimal): -14826223 or 1164573. OLE color: 1164573.
HSL color Cylindrical-coordinate representation of color #1DC511: hue angle of 116º 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 #1DC511 is Cyan = 0.85, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 29 | 197 | 17 | - |
| CMYK | 0.85 | 0 | 0.91 | 0.23 |
| HSL | 116º | 0.84% | 0.42% | - |
| HSV(B) | 116º | 0.91% | 0.77% | - |
| XYZ | 20.57 | 40.23 | 7.21 | - |
| YUV | 126.25 | 66.34 | 58.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 197 | 17 | 0.85 | 0 | 0.91 | 0.23 | 116 | 0.84 | 0.42 |
| Hex | 1D | C5 | 11 | 55 | 0 | 5B | 17 | 74 | 54 | 2A |
| Octal | 35 | 305 | 21 | 125 | 0 | 133 | 27 | 164 | 124 | 52 |
| Binary | 11101 | 11000101 | 10001 | 1010101 | 0 | 1011011 | 10111 | 1110100 | 1010100 | 101010 |
Color Harmonies of #1DC511
Complementary color
Monochromatic Colors of #1DC511
Black with #1DC511
Text Example
Text Example
White with #1DC511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC511; }
p { color: rgb(29,197,17); }
H1.HeaderClassName
{
color: #1DC511;
}
.AnyTagClassName
{
color: #1DC511;
}
</style>
background-color css
<style>
a { background-color: #1DC511; }
a { background-color: rgb(29,197,17); }
div.DivClassName
{
background-color: #1DC511;
}
.BgClassName
{
background-color: #1DC511;
}
</style>
border-color css
<style>
span { border-color: #1DC511; }
span { border-color: rgb(29,197,17); }
td.TdClassName
{
border-color: #1DC511;
}
.TagClassName
{
border-color: #1DC511;
}
</style>