Shades of Lime Green #1EDB16
Tints of Lime Green #1EDB16
RGB
CMYK
RGB Variations
Color information
#1EDB16 (or 0x1EDB16) is known color: Lime Green. HEX triplet: 1E, DB and 16. RGB value is (30,219,22). Sum of RGB (Red+Green+Blue) = 30+219+22=271 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.07% from 271); Green value is 219 (85.94% from 255 or 80.81% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 219 - color contains mainly: green. Hex color #1EDB16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EDB16 is #E124E9. Grayscale: #8C8C8C. Windows color (decimal): -14755050 or 1497886. OLE color: 1497886.
HSL color Cylindrical-coordinate representation of color #1EDB16: hue angle of 117.56º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1EDB16 is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 219 | 22 | - |
| CMYK | 0.86 | 0 | 0.90 | 0.14 |
| HSL | 117.56º | 0.82% | 0.47% | - |
| HSV(B) | 117.56º | 0.9% | 0.86% | - |
| XYZ | 26.01 | 51 | 9.23 | - |
| YUV | 140.03 | 61.38 | 49.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 219 | 22 | 0.86 | 0 | 0.90 | 0.14 | 117.56 | 0.82 | 0.47 |
| Hex | 1E | DB | 16 | 56 | 0 | 5A | E | 76 | 52 | 2F |
| Octal | 36 | 333 | 26 | 126 | 0 | 132 | 16 | 166 | 122 | 57 |
| Binary | 11110 | 11011011 | 10110 | 1010110 | 0 | 1011010 | 1110 | 1110110 | 1010010 | 101111 |
Color Harmonies of #1EDB16
Complementary color
Monochromatic Colors of #1EDB16
Black with #1EDB16
Text Example
Text Example
White with #1EDB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDB16; }
p { color: rgb(30,219,22); }
H1.HeaderClassName
{
color: #1EDB16;
}
.AnyTagClassName
{
color: #1EDB16;
}
</style>
background-color css
<style>
a { background-color: #1EDB16; }
a { background-color: rgb(30,219,22); }
div.DivClassName
{
background-color: #1EDB16;
}
.BgClassName
{
background-color: #1EDB16;
}
</style>
border-color css
<style>
span { border-color: #1EDB16; }
span { border-color: rgb(30,219,22); }
td.TdClassName
{
border-color: #1EDB16;
}
.TagClassName
{
border-color: #1EDB16;
}
</style>