Shades of Lime Green #1EDA2D
Tints of Lime Green #1EDA2D
RGB
CMYK
RGB Variations
Color information
#1EDA2D (or 0x1EDA2D) is known color: Lime Green. HEX triplet: 1E, DA and 2D. RGB value is (30,218,45). Sum of RGB (Red+Green+Blue) = 30+218+45=293 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.24% from 293); Green value is 218 (85.55% from 255 or 74.40% from 293); Blue value is 45 (17.97% from 255 or 15.36% from 293); Max value from RGB is 218 - color contains mainly: green. Hex color #1EDA2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EDA2D is #E125D2. Grayscale: #8E8E8E. Windows color (decimal): -14755283 or 3004958. OLE color: 3004958.
HSL color Cylindrical-coordinate representation of color #1EDA2D: hue angle of 124.79º 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 #1EDA2D is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 218 | 45 | - |
| CMYK | 0.86 | 0 | 0.79 | 0.15 |
| HSL | 124.79º | 0.76% | 0.49% | - |
| HSV(B) | 124.79º | 0.86% | 0.85% | - |
| XYZ | 26.08 | 50.61 | 10.88 | - |
| YUV | 142.07 | 73.22 | 48.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 218 | 45 | 0.86 | 0 | 0.79 | 0.15 | 124.79 | 0.76 | 0.49 |
| Hex | 1E | DA | 2D | 56 | 0 | 4F | F | 7D | 4C | 31 |
| Octal | 36 | 332 | 55 | 126 | 0 | 117 | 17 | 175 | 114 | 61 |
| Binary | 11110 | 11011010 | 101101 | 1010110 | 0 | 1001111 | 1111 | 1111101 | 1001100 | 110001 |
Color Harmonies of #1EDA2D
Complementary color
Monochromatic Colors of #1EDA2D
Black with #1EDA2D
Text Example
Text Example
White with #1EDA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDA2D; }
p { color: rgb(30,218,45); }
H1.HeaderClassName
{
color: #1EDA2D;
}
.AnyTagClassName
{
color: #1EDA2D;
}
</style>
background-color css
<style>
a { background-color: #1EDA2D; }
a { background-color: rgb(30,218,45); }
div.DivClassName
{
background-color: #1EDA2D;
}
.BgClassName
{
background-color: #1EDA2D;
}
</style>
border-color css
<style>
span { border-color: #1EDA2D; }
span { border-color: rgb(30,218,45); }
td.TdClassName
{
border-color: #1EDA2D;
}
.TagClassName
{
border-color: #1EDA2D;
}
</style>