Shades of Lime Green #1ED03D
Tints of Lime Green #1ED03D
RGB
CMYK
RGB Variations
Color information
#1ED03D (or 0x1ED03D) is known color: Lime Green. HEX triplet: 1E, D0 and 3D. RGB value is (30,208,61). Sum of RGB (Red+Green+Blue) = 30+208+61=299 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.03% from 299); Green value is 208 (81.64% from 255 or 69.57% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 208 - color contains mainly: green. Hex color #1ED03D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED03D is #E12FC2. Grayscale: #8A8A8A. Windows color (decimal): -14757827 or 4050974. OLE color: 4050974.
HSL color Cylindrical-coordinate representation of color #1ED03D: hue angle of 130.45º 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 #1ED03D is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 30 | 208 | 61 | - |
| CMYK | 0.86 | 0 | 0.71 | 0.18 |
| HSL | 130.45º | 0.75% | 0.47% | - |
| HSV(B) | 130.45º | 0.86% | 0.82% | - |
| XYZ | 23.93 | 45.72 | 11.98 | - |
| YUV | 138.02 | 84.53 | 50.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 208 | 61 | 0.86 | 0 | 0.71 | 0.18 | 130.45 | 0.75 | 0.47 |
| Hex | 1E | D0 | 3D | 56 | 0 | 47 | 12 | 82 | 4B | 2F |
| Octal | 36 | 320 | 75 | 126 | 0 | 107 | 22 | 202 | 113 | 57 |
| Binary | 11110 | 11010000 | 111101 | 1010110 | 0 | 1000111 | 10010 | 10000010 | 1001011 | 101111 |
Color Harmonies of #1ED03D
Complementary color
Monochromatic Colors of #1ED03D
Black with #1ED03D
Text Example
Text Example
White with #1ED03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED03D; }
p { color: rgb(30,208,61); }
H1.HeaderClassName
{
color: #1ED03D;
}
.AnyTagClassName
{
color: #1ED03D;
}
</style>
background-color css
<style>
a { background-color: #1ED03D; }
a { background-color: rgb(30,208,61); }
div.DivClassName
{
background-color: #1ED03D;
}
.BgClassName
{
background-color: #1ED03D;
}
</style>
border-color css
<style>
span { border-color: #1ED03D; }
span { border-color: rgb(30,208,61); }
td.TdClassName
{
border-color: #1ED03D;
}
.TagClassName
{
border-color: #1ED03D;
}
</style>