Shades of Lime Green #1DC504
Tints of Lime Green #1DC504
RGB
CMYK
RGB Variations
Color information
#1DC504 (or 0x1DC504) is known color: Lime Green. HEX triplet: 1D, C5 and 04. RGB value is (29,197,4). Sum of RGB (Red+Green+Blue) = 29+197+4=230 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.61% from 230); Green value is 197 (77.34% from 255 or 85.65% from 230); Blue value is 4 (1.95% from 255 or 1.74% from 230); Max value from RGB is 197 - color contains mainly: green. Hex color #1DC504 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DC504 is #E23AFB. Grayscale: #7D7D7D. Windows color (decimal): -14826236 or 312605. OLE color: 312605.
HSL color Cylindrical-coordinate representation of color #1DC504: hue angle of 112.23º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1DC504 is Cyan = 0.85, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 29 | 197 | 4 | - |
| CMYK | 0.85 | 0 | 0.98 | 0.23 |
| HSL | 112.23º | 0.96% | 0.39% | - |
| HSV(B) | 112.23º | 0.98% | 0.77% | - |
| XYZ | 20.49 | 40.2 | 6.79 | - |
| YUV | 124.77 | 59.84 | 59.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 197 | 4 | 0.85 | 0 | 0.98 | 0.23 | 112.23 | 0.96 | 0.39 |
| Hex | 1D | C5 | 4 | 55 | 0 | 62 | 17 | 70 | 60 | 27 |
| Octal | 35 | 305 | 4 | 125 | 0 | 142 | 27 | 160 | 140 | 47 |
| Binary | 11101 | 11000101 | 100 | 1010101 | 0 | 1100010 | 10111 | 1110000 | 1100000 | 100111 |
Color Harmonies of #1DC504
Complementary color
Monochromatic Colors of #1DC504
Black with #1DC504
Text Example
Text Example
White with #1DC504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC504; }
p { color: rgb(29,197,4); }
H1.HeaderClassName
{
color: #1DC504;
}
.AnyTagClassName
{
color: #1DC504;
}
</style>
background-color css
<style>
a { background-color: #1DC504; }
a { background-color: rgb(29,197,4); }
div.DivClassName
{
background-color: #1DC504;
}
.BgClassName
{
background-color: #1DC504;
}
</style>
border-color css
<style>
span { border-color: #1DC504; }
span { border-color: rgb(29,197,4); }
td.TdClassName
{
border-color: #1DC504;
}
.TagClassName
{
border-color: #1DC504;
}
</style>