Shades of Lime Green #1ED03A
Tints of Lime Green #1ED03A
RGB
CMYK
RGB Variations
Color information
#1ED03A (or 0x1ED03A) is known color: Lime Green. HEX triplet: 1E, D0 and 3A. RGB value is (30,208,58). Sum of RGB (Red+Green+Blue) = 30+208+58=296 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.14% from 296); Green value is 208 (81.64% from 255 or 70.27% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 208 - color contains mainly: green. Hex color #1ED03A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED03A is #E12FC5. Grayscale: #8A8A8A. Windows color (decimal): -14757830 or 3854366. OLE color: 3854366.
HSL color Cylindrical-coordinate representation of color #1ED03A: hue angle of 129.44º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED03A is Cyan = 0.86, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 30 | 208 | 58 | - |
| CMYK | 0.86 | 0 | 0.72 | 0.18 |
| HSL | 129.44º | 0.75% | 0.47% | - |
| HSV(B) | 129.44º | 0.86% | 0.82% | - |
| XYZ | 23.86 | 45.69 | 11.57 | - |
| YUV | 137.68 | 83.03 | 51.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 208 | 58 | 0.86 | 0 | 0.72 | 0.18 | 129.44 | 0.75 | 0.47 |
| Hex | 1E | D0 | 3A | 56 | 0 | 48 | 12 | 81 | 4B | 2F |
| Octal | 36 | 320 | 72 | 126 | 0 | 110 | 22 | 201 | 113 | 57 |
| Binary | 11110 | 11010000 | 111010 | 1010110 | 0 | 1001000 | 10010 | 10000001 | 1001011 | 101111 |
Color Harmonies of #1ED03A
Complementary color
Monochromatic Colors of #1ED03A
Black with #1ED03A
Text Example
Text Example
White with #1ED03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED03A; }
p { color: rgb(30,208,58); }
H1.HeaderClassName
{
color: #1ED03A;
}
.AnyTagClassName
{
color: #1ED03A;
}
</style>
background-color css
<style>
a { background-color: #1ED03A; }
a { background-color: rgb(30,208,58); }
div.DivClassName
{
background-color: #1ED03A;
}
.BgClassName
{
background-color: #1ED03A;
}
</style>
border-color css
<style>
span { border-color: #1ED03A; }
span { border-color: rgb(30,208,58); }
td.TdClassName
{
border-color: #1ED03A;
}
.TagClassName
{
border-color: #1ED03A;
}
</style>