Shades of Lime Green #1EDA1E
Tints of Lime Green #1EDA1E
RGB
CMYK
RGB Variations
Color information
#1EDA1E (or 0x1EDA1E) is known color: Lime Green. HEX triplet: 1E, DA and 1E. RGB value is (30,218,30). Sum of RGB (Red+Green+Blue) = 30+218+30=278 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.79% from 278); Green value is 218 (85.55% from 255 or 78.42% from 278); Blue value is 30 (12.11% from 255 or 10.79% from 278); Max value from RGB is 218 - color contains mainly: green. Hex color #1EDA1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EDA1E is #E125E1. Grayscale: #8C8C8C. Windows color (decimal): -14755298 or 2021918. OLE color: 2021918.
HSL color Cylindrical-coordinate representation of color #1EDA1E: hue angle of 120º 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 #1EDA1E is Cyan = 0.86, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 218 | 30 | - |
| CMYK | 0.86 | 0 | 0.86 | 0.15 |
| HSL | 120º | 0.76% | 0.49% | - |
| HSV(B) | 120º | 0.86% | 0.85% | - |
| XYZ | 25.84 | 50.51 | 9.62 | - |
| YUV | 140.36 | 65.72 | 49.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 218 | 30 | 0.86 | 0 | 0.86 | 0.15 | 120 | 0.76 | 0.49 |
| Hex | 1E | DA | 1E | 56 | 0 | 56 | F | 78 | 4C | 31 |
| Octal | 36 | 332 | 36 | 126 | 0 | 126 | 17 | 170 | 114 | 61 |
| Binary | 11110 | 11011010 | 11110 | 1010110 | 0 | 1010110 | 1111 | 1111000 | 1001100 | 110001 |
Color Harmonies of #1EDA1E
Complementary color
Monochromatic Colors of #1EDA1E
Black with #1EDA1E
Text Example
Text Example
White with #1EDA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDA1E; }
p { color: rgb(30,218,30); }
H1.HeaderClassName
{
color: #1EDA1E;
}
.AnyTagClassName
{
color: #1EDA1E;
}
</style>
background-color css
<style>
a { background-color: #1EDA1E; }
a { background-color: rgb(30,218,30); }
div.DivClassName
{
background-color: #1EDA1E;
}
.BgClassName
{
background-color: #1EDA1E;
}
</style>
border-color css
<style>
span { border-color: #1EDA1E; }
span { border-color: rgb(30,218,30); }
td.TdClassName
{
border-color: #1EDA1E;
}
.TagClassName
{
border-color: #1EDA1E;
}
</style>