Shades of Lime Green #1ED32D
Tints of Lime Green #1ED32D
RGB
CMYK
RGB Variations
Color information
#1ED32D (or 0x1ED32D) is known color: Lime Green. HEX triplet: 1E, D3 and 2D. RGB value is (30,211,45). Sum of RGB (Red+Green+Blue) = 30+211+45=286 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.49% from 286); Green value is 211 (82.81% from 255 or 73.78% from 286); Blue value is 45 (17.97% from 255 or 15.73% from 286); Max value from RGB is 211 - color contains mainly: green. Hex color #1ED32D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED32D is #E12CD2. Grayscale: #8A8A8A. Windows color (decimal): -14757075 or 3003166. OLE color: 3003166.
HSL color Cylindrical-coordinate representation of color #1ED32D: hue angle of 124.97º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED32D is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 30 | 211 | 45 | - |
| CMYK | 0.86 | 0 | 0.79 | 0.17 |
| HSL | 124.97º | 0.75% | 0.47% | - |
| HSV(B) | 124.97º | 0.86% | 0.83% | - |
| XYZ | 24.3 | 47.05 | 10.28 | - |
| YUV | 137.96 | 75.53 | 51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 211 | 45 | 0.86 | 0 | 0.79 | 0.17 | 124.97 | 0.75 | 0.47 |
| Hex | 1E | D3 | 2D | 56 | 0 | 4F | 11 | 7D | 4B | 2F |
| Octal | 36 | 323 | 55 | 126 | 0 | 117 | 21 | 175 | 113 | 57 |
| Binary | 11110 | 11010011 | 101101 | 1010110 | 0 | 1001111 | 10001 | 1111101 | 1001011 | 101111 |
Color Harmonies of #1ED32D
Complementary color
Monochromatic Colors of #1ED32D
Black with #1ED32D
Text Example
Text Example
White with #1ED32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED32D; }
p { color: rgb(30,211,45); }
H1.HeaderClassName
{
color: #1ED32D;
}
.AnyTagClassName
{
color: #1ED32D;
}
</style>
background-color css
<style>
a { background-color: #1ED32D; }
a { background-color: rgb(30,211,45); }
div.DivClassName
{
background-color: #1ED32D;
}
.BgClassName
{
background-color: #1ED32D;
}
</style>
border-color css
<style>
span { border-color: #1ED32D; }
span { border-color: rgb(30,211,45); }
td.TdClassName
{
border-color: #1ED32D;
}
.TagClassName
{
border-color: #1ED32D;
}
</style>