Shades of Lime Green #1EDB28
Tints of Lime Green #1EDB28
RGB
CMYK
RGB Variations
Color information
#1EDB28 (or 0x1EDB28) is known color: Lime Green. HEX triplet: 1E, DB and 28. RGB value is (30,219,40). Sum of RGB (Red+Green+Blue) = 30+219+40=289 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.38% from 289); Green value is 219 (85.94% from 255 or 75.78% from 289); Blue value is 40 (16.02% from 255 or 13.84% from 289); Max value from RGB is 219 - color contains mainly: green. Hex color #1EDB28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EDB28 is #E124D7. Grayscale: #8E8E8E. Windows color (decimal): -14755032 or 2677534. OLE color: 2677534.
HSL color Cylindrical-coordinate representation of color #1EDB28: hue angle of 123.17º 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 #1EDB28 is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 219 | 40 | - |
| CMYK | 0.86 | 0 | 0.82 | 0.14 |
| HSL | 123.17º | 0.76% | 0.49% | - |
| HSV(B) | 123.17º | 0.86% | 0.86% | - |
| XYZ | 26.25 | 51.09 | 10.49 | - |
| YUV | 142.08 | 70.38 | 48.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 219 | 40 | 0.86 | 0 | 0.82 | 0.14 | 123.17 | 0.76 | 0.49 |
| Hex | 1E | DB | 28 | 56 | 0 | 52 | E | 7B | 4C | 31 |
| Octal | 36 | 333 | 50 | 126 | 0 | 122 | 16 | 173 | 114 | 61 |
| Binary | 11110 | 11011011 | 101000 | 1010110 | 0 | 1010010 | 1110 | 1111011 | 1001100 | 110001 |
Color Harmonies of #1EDB28
Complementary color
Monochromatic Colors of #1EDB28
Black with #1EDB28
Text Example
Text Example
White with #1EDB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDB28; }
p { color: rgb(30,219,40); }
H1.HeaderClassName
{
color: #1EDB28;
}
.AnyTagClassName
{
color: #1EDB28;
}
</style>
background-color css
<style>
a { background-color: #1EDB28; }
a { background-color: rgb(30,219,40); }
div.DivClassName
{
background-color: #1EDB28;
}
.BgClassName
{
background-color: #1EDB28;
}
</style>
border-color css
<style>
span { border-color: #1EDB28; }
span { border-color: rgb(30,219,40); }
td.TdClassName
{
border-color: #1EDB28;
}
.TagClassName
{
border-color: #1EDB28;
}
</style>