Shades of Lime Green #1EDB21
Tints of Lime Green #1EDB21
RGB
CMYK
RGB Variations
Color information
#1EDB21 (or 0x1EDB21) is known color: Lime Green. HEX triplet: 1E, DB and 21. RGB value is (30,219,33). Sum of RGB (Red+Green+Blue) = 30+219+33=282 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.64% from 282); Green value is 219 (85.94% from 255 or 77.66% from 282); Blue value is 33 (13.28% from 255 or 11.70% from 282); Max value from RGB is 219 - color contains mainly: green. Hex color #1EDB21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EDB21 is #E124DE. Grayscale: #8D8D8D. Windows color (decimal): -14755039 or 2218782. OLE color: 2218782.
HSL color Cylindrical-coordinate representation of color #1EDB21: hue angle of 120.95º 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 #1EDB21 is Cyan = 0.86, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 219 | 33 | - |
| CMYK | 0.86 | 0 | 0.85 | 0.14 |
| HSL | 120.95º | 0.76% | 0.49% | - |
| HSV(B) | 120.95º | 0.86% | 0.86% | - |
| XYZ | 26.14 | 51.05 | 9.91 | - |
| YUV | 141.29 | 66.88 | 48.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 219 | 33 | 0.86 | 0 | 0.85 | 0.14 | 120.95 | 0.76 | 0.49 |
| Hex | 1E | DB | 21 | 56 | 0 | 55 | E | 79 | 4C | 31 |
| Octal | 36 | 333 | 41 | 126 | 0 | 125 | 16 | 171 | 114 | 61 |
| Binary | 11110 | 11011011 | 100001 | 1010110 | 0 | 1010101 | 1110 | 1111001 | 1001100 | 110001 |
Color Harmonies of #1EDB21
Complementary color
Monochromatic Colors of #1EDB21
Black with #1EDB21
Text Example
Text Example
White with #1EDB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDB21; }
p { color: rgb(30,219,33); }
H1.HeaderClassName
{
color: #1EDB21;
}
.AnyTagClassName
{
color: #1EDB21;
}
</style>
background-color css
<style>
a { background-color: #1EDB21; }
a { background-color: rgb(30,219,33); }
div.DivClassName
{
background-color: #1EDB21;
}
.BgClassName
{
background-color: #1EDB21;
}
</style>
border-color css
<style>
span { border-color: #1EDB21; }
span { border-color: rgb(30,219,33); }
td.TdClassName
{
border-color: #1EDB21;
}
.TagClassName
{
border-color: #1EDB21;
}
</style>