Shades of Lime Green #1EDA2E
Tints of Lime Green #1EDA2E
RGB
CMYK
RGB Variations
Color information
#1EDA2E (or 0x1EDA2E) is known color: Lime Green. HEX triplet: 1E, DA and 2E. RGB value is (30,218,46). Sum of RGB (Red+Green+Blue) = 30+218+46=294 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.20% from 294); Green value is 218 (85.55% from 255 or 74.15% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 218 - color contains mainly: green. Hex color #1EDA2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EDA2E is #E125D1. Grayscale: #8E8E8E. Windows color (decimal): -14755282 or 3070494. OLE color: 3070494.
HSL color Cylindrical-coordinate representation of color #1EDA2E: hue angle of 125.11º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDA2E is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 218 | 46 | - |
| CMYK | 0.86 | 0 | 0.79 | 0.15 |
| HSL | 125.11º | 0.76% | 0.49% | - |
| HSV(B) | 125.11º | 0.86% | 0.85% | - |
| XYZ | 26.1 | 50.62 | 10.98 | - |
| YUV | 142.18 | 73.72 | 47.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 218 | 46 | 0.86 | 0 | 0.79 | 0.15 | 125.11 | 0.76 | 0.49 |
| Hex | 1E | DA | 2E | 56 | 0 | 4F | F | 7D | 4C | 31 |
| Octal | 36 | 332 | 56 | 126 | 0 | 117 | 17 | 175 | 114 | 61 |
| Binary | 11110 | 11011010 | 101110 | 1010110 | 0 | 1001111 | 1111 | 1111101 | 1001100 | 110001 |
Color Harmonies of #1EDA2E
Complementary color
Monochromatic Colors of #1EDA2E
Black with #1EDA2E
Text Example
Text Example
White with #1EDA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDA2E; }
p { color: rgb(30,218,46); }
H1.HeaderClassName
{
color: #1EDA2E;
}
.AnyTagClassName
{
color: #1EDA2E;
}
</style>
background-color css
<style>
a { background-color: #1EDA2E; }
a { background-color: rgb(30,218,46); }
div.DivClassName
{
background-color: #1EDA2E;
}
.BgClassName
{
background-color: #1EDA2E;
}
</style>
border-color css
<style>
span { border-color: #1EDA2E; }
span { border-color: rgb(30,218,46); }
td.TdClassName
{
border-color: #1EDA2E;
}
.TagClassName
{
border-color: #1EDA2E;
}
</style>