Shades of Lime Green #1DC724
Tints of Lime Green #1DC724
RGB
CMYK
RGB Variations
Color information
#1DC724 (or 0x1DC724) is known color: Lime Green. HEX triplet: 1D, C7 and 24. RGB value is (29,199,36). Sum of RGB (Red+Green+Blue) = 29+199+36=264 (34% of max value = 765). Red value is 29 (11.72% from 255 or 10.98% from 264); Green value is 199 (78.12% from 255 or 75.38% from 264); Blue value is 36 (14.45% from 255 or 13.64% from 264); Max value from RGB is 199 - color contains mainly: green. Hex color #1DC724 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC724 is #E238DB. Grayscale: #828282. Windows color (decimal): -14825692 or 2410269. OLE color: 2410269.
HSL color Cylindrical-coordinate representation of color #1DC724: hue angle of 122.47º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC724 is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 29 | 199 | 36 | - |
| CMYK | 0.85 | 0 | 0.82 | 0.22 |
| HSL | 122.47º | 0.75% | 0.45% | - |
| HSV(B) | 122.47º | 0.85% | 0.78% | - |
| XYZ | 21.25 | 41.24 | 8.51 | - |
| YUV | 129.59 | 75.18 | 56.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 199 | 36 | 0.85 | 0 | 0.82 | 0.22 | 122.47 | 0.75 | 0.45 |
| Hex | 1D | C7 | 24 | 55 | 0 | 52 | 16 | 7A | 4B | 2D |
| Octal | 35 | 307 | 44 | 125 | 0 | 122 | 26 | 172 | 113 | 55 |
| Binary | 11101 | 11000111 | 100100 | 1010101 | 0 | 1010010 | 10110 | 1111010 | 1001011 | 101101 |
Color Harmonies of #1DC724
Complementary color
Monochromatic Colors of #1DC724
Black with #1DC724
Text Example
Text Example
White with #1DC724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC724; }
p { color: rgb(29,199,36); }
H1.HeaderClassName
{
color: #1DC724;
}
.AnyTagClassName
{
color: #1DC724;
}
</style>
background-color css
<style>
a { background-color: #1DC724; }
a { background-color: rgb(29,199,36); }
div.DivClassName
{
background-color: #1DC724;
}
.BgClassName
{
background-color: #1DC724;
}
</style>
border-color css
<style>
span { border-color: #1DC724; }
span { border-color: rgb(29,199,36); }
td.TdClassName
{
border-color: #1DC724;
}
.TagClassName
{
border-color: #1DC724;
}
</style>