Shades of Lime Green #1EDB39
Tints of Lime Green #1EDB39
RGB
CMYK
RGB Variations
Color information
#1EDB39 (or 0x1EDB39) is known color: Lime Green. HEX triplet: 1E, DB and 39. RGB value is (30,219,57). Sum of RGB (Red+Green+Blue) = 30+219+57=306 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.80% from 306); Green value is 219 (85.94% from 255 or 71.57% from 306); Blue value is 57 (22.66% from 255 or 18.63% from 306); Max value from RGB is 219 - color contains mainly: green. Hex color #1EDB39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EDB39 is #E124C6. Grayscale: #909090. Windows color (decimal): -14755015 or 3791646. OLE color: 3791646.
HSL color Cylindrical-coordinate representation of color #1EDB39: hue angle of 128.57º 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 #1EDB39 is Cyan = 0.86, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 219 | 57 | - |
| CMYK | 0.86 | 0 | 0.74 | 0.14 |
| HSL | 128.57º | 0.76% | 0.49% | - |
| HSV(B) | 128.57º | 0.86% | 0.86% | - |
| XYZ | 26.61 | 51.23 | 12.36 | - |
| YUV | 144.02 | 78.88 | 46.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 219 | 57 | 0.86 | 0 | 0.74 | 0.14 | 128.57 | 0.76 | 0.49 |
| Hex | 1E | DB | 39 | 56 | 0 | 4A | E | 81 | 4C | 31 |
| Octal | 36 | 333 | 71 | 126 | 0 | 112 | 16 | 201 | 114 | 61 |
| Binary | 11110 | 11011011 | 111001 | 1010110 | 0 | 1001010 | 1110 | 10000001 | 1001100 | 110001 |
Color Harmonies of #1EDB39
Complementary color
Monochromatic Colors of #1EDB39
Black with #1EDB39
Text Example
Text Example
White with #1EDB39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDB39; }
p { color: rgb(30,219,57); }
H1.HeaderClassName
{
color: #1EDB39;
}
.AnyTagClassName
{
color: #1EDB39;
}
</style>
background-color css
<style>
a { background-color: #1EDB39; }
a { background-color: rgb(30,219,57); }
div.DivClassName
{
background-color: #1EDB39;
}
.BgClassName
{
background-color: #1EDB39;
}
</style>
border-color css
<style>
span { border-color: #1EDB39; }
span { border-color: rgb(30,219,57); }
td.TdClassName
{
border-color: #1EDB39;
}
.TagClassName
{
border-color: #1EDB39;
}
</style>