Shades of Lime Green #1ED52F
Tints of Lime Green #1ED52F
RGB
CMYK
RGB Variations
Color information
#1ED52F (or 0x1ED52F) is known color: Lime Green. HEX triplet: 1E, D5 and 2F. RGB value is (30,213,47). Sum of RGB (Red+Green+Blue) = 30+213+47=290 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.34% from 290); Green value is 213 (83.59% from 255 or 73.45% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 213 - color contains mainly: green. Hex color #1ED52F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED52F is #E12AD0. Grayscale: #8B8B8B. Windows color (decimal): -14756561 or 3134750. OLE color: 3134750.
HSL color Cylindrical-coordinate representation of color #1ED52F: hue angle of 125.57º 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 #1ED52F is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 30 | 213 | 47 | - |
| CMYK | 0.86 | 0 | 0.78 | 0.16 |
| HSL | 125.57º | 0.75% | 0.48% | - |
| HSV(B) | 125.57º | 0.86% | 0.84% | - |
| XYZ | 24.84 | 48.07 | 10.66 | - |
| YUV | 139.36 | 75.87 | 50 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 213 | 47 | 0.86 | 0 | 0.78 | 0.16 | 125.57 | 0.75 | 0.48 |
| Hex | 1E | D5 | 2F | 56 | 0 | 4E | 10 | 7E | 4B | 30 |
| Octal | 36 | 325 | 57 | 126 | 0 | 116 | 20 | 176 | 113 | 60 |
| Binary | 11110 | 11010101 | 101111 | 1010110 | 0 | 1001110 | 10000 | 1111110 | 1001011 | 110000 |
Color Harmonies of #1ED52F
Complementary color
Monochromatic Colors of #1ED52F
Black with #1ED52F
Text Example
Text Example
White with #1ED52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED52F; }
p { color: rgb(30,213,47); }
H1.HeaderClassName
{
color: #1ED52F;
}
.AnyTagClassName
{
color: #1ED52F;
}
</style>
background-color css
<style>
a { background-color: #1ED52F; }
a { background-color: rgb(30,213,47); }
div.DivClassName
{
background-color: #1ED52F;
}
.BgClassName
{
background-color: #1ED52F;
}
</style>
border-color css
<style>
span { border-color: #1ED52F; }
span { border-color: rgb(30,213,47); }
td.TdClassName
{
border-color: #1ED52F;
}
.TagClassName
{
border-color: #1ED52F;
}
</style>