Shades of Lime Green #1ED81E
Tints of Lime Green #1ED81E
RGB
CMYK
RGB Variations
Color information
#1ED81E (or 0x1ED81E) is known color: Lime Green. HEX triplet: 1E, D8 and 1E. RGB value is (30,216,30). Sum of RGB (Red+Green+Blue) = 30+216+30=276 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.87% from 276); Green value is 216 (84.77% from 255 or 78.26% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 216 - color contains mainly: green. Hex color #1ED81E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED81E is #E127E1. Grayscale: #8B8B8B. Windows color (decimal): -14755810 or 2021406. OLE color: 2021406.
HSL color Cylindrical-coordinate representation of color #1ED81E: hue angle of 120º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED81E is Cyan = 0.86, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 216 | 30 | - |
| CMYK | 0.86 | 0 | 0.86 | 0.15 |
| HSL | 120º | 0.76% | 0.48% | - |
| HSV(B) | 120º | 0.86% | 0.85% | - |
| XYZ | 25.33 | 49.48 | 9.44 | - |
| YUV | 139.18 | 66.38 | 50.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 216 | 30 | 0.86 | 0 | 0.86 | 0.15 | 120 | 0.76 | 0.48 |
| Hex | 1E | D8 | 1E | 56 | 0 | 56 | F | 78 | 4C | 30 |
| Octal | 36 | 330 | 36 | 126 | 0 | 126 | 17 | 170 | 114 | 60 |
| Binary | 11110 | 11011000 | 11110 | 1010110 | 0 | 1010110 | 1111 | 1111000 | 1001100 | 110000 |
Color Harmonies of #1ED81E
Complementary color
Monochromatic Colors of #1ED81E
Black with #1ED81E
Text Example
Text Example
White with #1ED81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED81E; }
p { color: rgb(30,216,30); }
H1.HeaderClassName
{
color: #1ED81E;
}
.AnyTagClassName
{
color: #1ED81E;
}
</style>
background-color css
<style>
a { background-color: #1ED81E; }
a { background-color: rgb(30,216,30); }
div.DivClassName
{
background-color: #1ED81E;
}
.BgClassName
{
background-color: #1ED81E;
}
</style>
border-color css
<style>
span { border-color: #1ED81E; }
span { border-color: rgb(30,216,30); }
td.TdClassName
{
border-color: #1ED81E;
}
.TagClassName
{
border-color: #1ED81E;
}
</style>