Shades of Lime Green #1ED13E
Tints of Lime Green #1ED13E
RGB
CMYK
RGB Variations
Color information
#1ED13E (or 0x1ED13E) is known color: Lime Green. HEX triplet: 1E, D1 and 3E. RGB value is (30,209,62). Sum of RGB (Red+Green+Blue) = 30+209+62=301 (39% of max value = 765). Red value is 30 (12.11% from 255 or 9.97% from 301); Green value is 209 (82.03% from 255 or 69.44% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 209 - color contains mainly: green. Hex color #1ED13E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED13E is #E12EC1. Grayscale: #8B8B8B. Windows color (decimal): -14757570 or 4116766. OLE color: 4116766.
HSL color Cylindrical-coordinate representation of color #1ED13E: hue angle of 130.73º 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 #1ED13E is Cyan = 0.86, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 30 | 209 | 62 | - |
| CMYK | 0.86 | 0 | 0.70 | 0.18 |
| HSL | 130.73º | 0.75% | 0.47% | - |
| HSV(B) | 130.73º | 0.86% | 0.82% | - |
| XYZ | 24.21 | 46.22 | 12.2 | - |
| YUV | 138.72 | 84.7 | 50.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 209 | 62 | 0.86 | 0 | 0.70 | 0.18 | 130.73 | 0.75 | 0.47 |
| Hex | 1E | D1 | 3E | 56 | 0 | 46 | 12 | 83 | 4B | 2F |
| Octal | 36 | 321 | 76 | 126 | 0 | 106 | 22 | 203 | 113 | 57 |
| Binary | 11110 | 11010001 | 111110 | 1010110 | 0 | 1000110 | 10010 | 10000011 | 1001011 | 101111 |
Color Harmonies of #1ED13E
Complementary color
Monochromatic Colors of #1ED13E
Black with #1ED13E
Text Example
Text Example
White with #1ED13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED13E; }
p { color: rgb(30,209,62); }
H1.HeaderClassName
{
color: #1ED13E;
}
.AnyTagClassName
{
color: #1ED13E;
}
</style>
background-color css
<style>
a { background-color: #1ED13E; }
a { background-color: rgb(30,209,62); }
div.DivClassName
{
background-color: #1ED13E;
}
.BgClassName
{
background-color: #1ED13E;
}
</style>
border-color css
<style>
span { border-color: #1ED13E; }
span { border-color: rgb(30,209,62); }
td.TdClassName
{
border-color: #1ED13E;
}
.TagClassName
{
border-color: #1ED13E;
}
</style>