Shades of Lime Green #1EDB31
Tints of Lime Green #1EDB31
RGB
CMYK
RGB Variations
Color information
#1EDB31 (or 0x1EDB31) is known color: Lime Green. HEX triplet: 1E, DB and 31. RGB value is (30,219,49). Sum of RGB (Red+Green+Blue) = 30+219+49=298 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.07% from 298); Green value is 219 (85.94% from 255 or 73.49% from 298); Blue value is 49 (19.53% from 255 or 16.44% from 298); Max value from RGB is 219 - color contains mainly: green. Hex color #1EDB31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EDB31 is #E124CE. Grayscale: #8F8F8F. Windows color (decimal): -14755023 or 3267358. OLE color: 3267358.
HSL color Cylindrical-coordinate representation of color #1EDB31: hue angle of 126.03º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDB31 is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 219 | 49 | - |
| CMYK | 0.86 | 0 | 0.78 | 0.14 |
| HSL | 126.03º | 0.76% | 0.49% | - |
| HSV(B) | 126.03º | 0.86% | 0.86% | - |
| XYZ | 26.42 | 51.16 | 11.39 | - |
| YUV | 143.11 | 74.88 | 47.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 219 | 49 | 0.86 | 0 | 0.78 | 0.14 | 126.03 | 0.76 | 0.49 |
| Hex | 1E | DB | 31 | 56 | 0 | 4E | E | 7E | 4C | 31 |
| Octal | 36 | 333 | 61 | 126 | 0 | 116 | 16 | 176 | 114 | 61 |
| Binary | 11110 | 11011011 | 110001 | 1010110 | 0 | 1001110 | 1110 | 1111110 | 1001100 | 110001 |
Color Harmonies of #1EDB31
Complementary color
Monochromatic Colors of #1EDB31
Black with #1EDB31
Text Example
Text Example
White with #1EDB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDB31; }
p { color: rgb(30,219,49); }
H1.HeaderClassName
{
color: #1EDB31;
}
.AnyTagClassName
{
color: #1EDB31;
}
</style>
background-color css
<style>
a { background-color: #1EDB31; }
a { background-color: rgb(30,219,49); }
div.DivClassName
{
background-color: #1EDB31;
}
.BgClassName
{
background-color: #1EDB31;
}
</style>
border-color css
<style>
span { border-color: #1EDB31; }
span { border-color: rgb(30,219,49); }
td.TdClassName
{
border-color: #1EDB31;
}
.TagClassName
{
border-color: #1EDB31;
}
</style>