Shades of Lime Green #1DD524
Tints of Lime Green #1DD524
RGB
CMYK
RGB Variations
Color information
#1DD524 (or 0x1DD524) is known color: Lime Green. HEX triplet: 1D, D5 and 24. RGB value is (29,213,36). Sum of RGB (Red+Green+Blue) = 29+213+36=278 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.43% from 278); Green value is 213 (83.59% from 255 or 76.62% from 278); Blue value is 36 (14.45% from 255 or 12.95% from 278); Max value from RGB is 213 - color contains mainly: green. Hex color #1DD524 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DD524 is #E22ADB. Grayscale: #8A8A8A. Windows color (decimal): -14822108 or 2413853. OLE color: 2413853.
HSL color Cylindrical-coordinate representation of color #1DD524: hue angle of 122.28º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD524 is Cyan = 0.86, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 29 | 213 | 36 | - |
| CMYK | 0.86 | 0 | 0.83 | 0.16 |
| HSL | 122.28º | 0.76% | 0.47% | - |
| HSV(B) | 122.28º | 0.86% | 0.84% | - |
| XYZ | 24.62 | 47.98 | 9.63 | - |
| YUV | 137.81 | 70.54 | 50.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 213 | 36 | 0.86 | 0 | 0.83 | 0.16 | 122.28 | 0.76 | 0.47 |
| Hex | 1D | D5 | 24 | 56 | 0 | 53 | 10 | 7A | 4C | 2F |
| Octal | 35 | 325 | 44 | 126 | 0 | 123 | 20 | 172 | 114 | 57 |
| Binary | 11101 | 11010101 | 100100 | 1010110 | 0 | 1010011 | 10000 | 1111010 | 1001100 | 101111 |
Color Harmonies of #1DD524
Complementary color
Monochromatic Colors of #1DD524
Black with #1DD524
Text Example
Text Example
White with #1DD524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DD524; }
p { color: rgb(29,213,36); }
H1.HeaderClassName
{
color: #1DD524;
}
.AnyTagClassName
{
color: #1DD524;
}
</style>
background-color css
<style>
a { background-color: #1DD524; }
a { background-color: rgb(29,213,36); }
div.DivClassName
{
background-color: #1DD524;
}
.BgClassName
{
background-color: #1DD524;
}
</style>
border-color css
<style>
span { border-color: #1DD524; }
span { border-color: rgb(29,213,36); }
td.TdClassName
{
border-color: #1DD524;
}
.TagClassName
{
border-color: #1DD524;
}
</style>