Shades of Lime Green #1ED03E
Tints of Lime Green #1ED03E
RGB
CMYK
RGB Variations
Color information
#1ED03E (or 0x1ED03E) is known color: Lime Green. HEX triplet: 1E, D0 and 3E. RGB value is (30,208,62). Sum of RGB (Red+Green+Blue) = 30+208+62=300 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10% from 300); Green value is 208 (81.64% from 255 or 69.33% from 300); Blue value is 62 (24.61% from 255 or 20.67% from 300); Max value from RGB is 208 - color contains mainly: green. Hex color #1ED03E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED03E is #E12FC1. Grayscale: #8A8A8A. Windows color (decimal): -14757826 or 4116510. OLE color: 4116510.
HSL color Cylindrical-coordinate representation of color #1ED03E: hue angle of 130.79º 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 #1ED03E is Cyan = 0.86, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 30 | 208 | 62 | - |
| CMYK | 0.86 | 0 | 0.70 | 0.18 |
| HSL | 130.79º | 0.75% | 0.47% | - |
| HSV(B) | 130.79º | 0.86% | 0.82% | - |
| XYZ | 23.96 | 45.74 | 12.12 | - |
| YUV | 138.13 | 85.03 | 50.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 208 | 62 | 0.86 | 0 | 0.70 | 0.18 | 130.79 | 0.75 | 0.47 |
| Hex | 1E | D0 | 3E | 56 | 0 | 46 | 12 | 83 | 4B | 2F |
| Octal | 36 | 320 | 76 | 126 | 0 | 106 | 22 | 203 | 113 | 57 |
| Binary | 11110 | 11010000 | 111110 | 1010110 | 0 | 1000110 | 10010 | 10000011 | 1001011 | 101111 |
Color Harmonies of #1ED03E
Complementary color
Monochromatic Colors of #1ED03E
Black with #1ED03E
Text Example
Text Example
White with #1ED03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED03E; }
p { color: rgb(30,208,62); }
H1.HeaderClassName
{
color: #1ED03E;
}
.AnyTagClassName
{
color: #1ED03E;
}
</style>
background-color css
<style>
a { background-color: #1ED03E; }
a { background-color: rgb(30,208,62); }
div.DivClassName
{
background-color: #1ED03E;
}
.BgClassName
{
background-color: #1ED03E;
}
</style>
border-color css
<style>
span { border-color: #1ED03E; }
span { border-color: rgb(30,208,62); }
td.TdClassName
{
border-color: #1ED03E;
}
.TagClassName
{
border-color: #1ED03E;
}
</style>