Shades of Lime Green #1DC419
Tints of Lime Green #1DC419
RGB
CMYK
RGB Variations
Color information
#1DC419 (or 0x1DC419) is known color: Lime Green. HEX triplet: 1D, C4 and 19. RGB value is (29,196,25). Sum of RGB (Red+Green+Blue) = 29+196+25=250 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.6% from 250); Green value is 196 (76.95% from 255 or 78.4% from 250); Blue value is 25 (10.16% from 255 or 10% from 250); Max value from RGB is 196 - color contains mainly: green. Hex color #1DC419 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DC419 is #E23BE6. Grayscale: #7F7F7F. Windows color (decimal): -14826471 or 1688605. OLE color: 1688605.
HSL color Cylindrical-coordinate representation of color #1DC419: hue angle of 118.6º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DC419 is Cyan = 0.85, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 29 | 196 | 25 | - |
| CMYK | 0.85 | 0 | 0.87 | 0.23 |
| HSL | 118.6º | 0.77% | 0.43% | - |
| HSV(B) | 118.6º | 0.87% | 0.77% | - |
| XYZ | 20.42 | 39.81 | 7.53 | - |
| YUV | 126.57 | 70.67 | 58.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 196 | 25 | 0.85 | 0 | 0.87 | 0.23 | 118.6 | 0.77 | 0.43 |
| Hex | 1D | C4 | 19 | 55 | 0 | 57 | 17 | 77 | 4D | 2B |
| Octal | 35 | 304 | 31 | 125 | 0 | 127 | 27 | 167 | 115 | 53 |
| Binary | 11101 | 11000100 | 11001 | 1010101 | 0 | 1010111 | 10111 | 1110111 | 1001101 | 101011 |
Color Harmonies of #1DC419
Complementary color
Monochromatic Colors of #1DC419
Black with #1DC419
Text Example
Text Example
White with #1DC419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC419; }
p { color: rgb(29,196,25); }
H1.HeaderClassName
{
color: #1DC419;
}
.AnyTagClassName
{
color: #1DC419;
}
</style>
background-color css
<style>
a { background-color: #1DC419; }
a { background-color: rgb(29,196,25); }
div.DivClassName
{
background-color: #1DC419;
}
.BgClassName
{
background-color: #1DC419;
}
</style>
border-color css
<style>
span { border-color: #1DC419; }
span { border-color: rgb(29,196,25); }
td.TdClassName
{
border-color: #1DC419;
}
.TagClassName
{
border-color: #1DC419;
}
</style>