Shades of Lime Green #1ED524
Tints of Lime Green #1ED524
RGB
CMYK
RGB Variations
Color information
#1ED524 (or 0x1ED524) is known color: Lime Green. HEX triplet: 1E, D5 and 24. RGB value is (30,213,36). Sum of RGB (Red+Green+Blue) = 30+213+36=279 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.75% from 279); Green value is 213 (83.59% from 255 or 76.34% from 279); Blue value is 36 (14.45% from 255 or 12.90% from 279); Max value from RGB is 213 - color contains mainly: green. Hex color #1ED524 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED524 is #E12ADB. Grayscale: #8A8A8A. Windows color (decimal): -14756572 or 2413854. OLE color: 2413854.
HSL color Cylindrical-coordinate representation of color #1ED524: hue angle of 121.97º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED524 is Cyan = 0.86, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 30 | 213 | 36 | - |
| CMYK | 0.86 | 0 | 0.83 | 0.16 |
| HSL | 121.97º | 0.75% | 0.48% | - |
| HSV(B) | 121.97º | 0.86% | 0.84% | - |
| XYZ | 24.65 | 47.99 | 9.63 | - |
| YUV | 138.11 | 70.37 | 50.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 213 | 36 | 0.86 | 0 | 0.83 | 0.16 | 121.97 | 0.75 | 0.48 |
| Hex | 1E | D5 | 24 | 56 | 0 | 53 | 10 | 7A | 4B | 30 |
| Octal | 36 | 325 | 44 | 126 | 0 | 123 | 20 | 172 | 113 | 60 |
| Binary | 11110 | 11010101 | 100100 | 1010110 | 0 | 1010011 | 10000 | 1111010 | 1001011 | 110000 |
Color Harmonies of #1ED524
Complementary color
Monochromatic Colors of #1ED524
Black with #1ED524
Text Example
Text Example
White with #1ED524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED524; }
p { color: rgb(30,213,36); }
H1.HeaderClassName
{
color: #1ED524;
}
.AnyTagClassName
{
color: #1ED524;
}
</style>
background-color css
<style>
a { background-color: #1ED524; }
a { background-color: rgb(30,213,36); }
div.DivClassName
{
background-color: #1ED524;
}
.BgClassName
{
background-color: #1ED524;
}
</style>
border-color css
<style>
span { border-color: #1ED524; }
span { border-color: rgb(30,213,36); }
td.TdClassName
{
border-color: #1ED524;
}
.TagClassName
{
border-color: #1ED524;
}
</style>