Shades of Lime Green #1DC407
Tints of Lime Green #1DC407
RGB
CMYK
RGB Variations
Color information
#1DC407 (or 0x1DC407) is known color: Lime Green. HEX triplet: 1D, C4 and 07. RGB value is (29,196,7). Sum of RGB (Red+Green+Blue) = 29+196+7=232 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.5% from 232); Green value is 196 (76.95% from 255 or 84.48% from 232); Blue value is 7 (3.12% from 255 or 3.02% from 232); Max value from RGB is 196 - color contains mainly: green. Hex color #1DC407 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DC407 is #E23BF8. Grayscale: #7D7D7D. Windows color (decimal): -14826489 or 508957. OLE color: 508957.
HSL color Cylindrical-coordinate representation of color #1DC407: hue angle of 113.02º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1DC407 is Cyan = 0.85, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 29 | 196 | 7 | - |
| CMYK | 0.85 | 0 | 0.96 | 0.23 |
| HSL | 113.02º | 0.93% | 0.4% | - |
| HSV(B) | 113.02º | 0.96% | 0.77% | - |
| XYZ | 20.28 | 39.76 | 6.81 | - |
| YUV | 124.52 | 61.67 | 59.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 196 | 7 | 0.85 | 0 | 0.96 | 0.23 | 113.02 | 0.93 | 0.4 |
| Hex | 1D | C4 | 7 | 55 | 0 | 60 | 17 | 71 | 5D | 28 |
| Octal | 35 | 304 | 7 | 125 | 0 | 140 | 27 | 161 | 135 | 50 |
| Binary | 11101 | 11000100 | 111 | 1010101 | 0 | 1100000 | 10111 | 1110001 | 1011101 | 101000 |
Color Harmonies of #1DC407
Complementary color
Monochromatic Colors of #1DC407
Black with #1DC407
Text Example
Text Example
White with #1DC407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC407; }
p { color: rgb(29,196,7); }
H1.HeaderClassName
{
color: #1DC407;
}
.AnyTagClassName
{
color: #1DC407;
}
</style>
background-color css
<style>
a { background-color: #1DC407; }
a { background-color: rgb(29,196,7); }
div.DivClassName
{
background-color: #1DC407;
}
.BgClassName
{
background-color: #1DC407;
}
</style>
border-color css
<style>
span { border-color: #1DC407; }
span { border-color: rgb(29,196,7); }
td.TdClassName
{
border-color: #1DC407;
}
.TagClassName
{
border-color: #1DC407;
}
</style>