Shades of Lime Green #1EDB30
Tints of Lime Green #1EDB30
RGB
CMYK
RGB Variations
Color information
#1EDB30 (or 0x1EDB30) is known color: Lime Green. HEX triplet: 1E, DB and 30. RGB value is (30,219,48). Sum of RGB (Red+Green+Blue) = 30+219+48=297 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.10% from 297); Green value is 219 (85.94% from 255 or 73.74% from 297); Blue value is 48 (19.14% from 255 or 16.16% from 297); Max value from RGB is 219 - color contains mainly: green. Hex color #1EDB30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EDB30 is #E124CF. Grayscale: #8F8F8F. Windows color (decimal): -14755024 or 3201822. OLE color: 3201822.
HSL color Cylindrical-coordinate representation of color #1EDB30: hue angle of 125.71º 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 #1EDB30 is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 219 | 48 | - |
| CMYK | 0.86 | 0 | 0.78 | 0.14 |
| HSL | 125.71º | 0.76% | 0.49% | - |
| HSV(B) | 125.71º | 0.86% | 0.86% | - |
| XYZ | 26.4 | 51.15 | 11.28 | - |
| YUV | 143 | 74.38 | 47.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 219 | 48 | 0.86 | 0 | 0.78 | 0.14 | 125.71 | 0.76 | 0.49 |
| Hex | 1E | DB | 30 | 56 | 0 | 4E | E | 7E | 4C | 31 |
| Octal | 36 | 333 | 60 | 126 | 0 | 116 | 16 | 176 | 114 | 61 |
| Binary | 11110 | 11011011 | 110000 | 1010110 | 0 | 1001110 | 1110 | 1111110 | 1001100 | 110001 |
Color Harmonies of #1EDB30
Complementary color
Monochromatic Colors of #1EDB30
Black with #1EDB30
Text Example
Text Example
White with #1EDB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDB30; }
p { color: rgb(30,219,48); }
H1.HeaderClassName
{
color: #1EDB30;
}
.AnyTagClassName
{
color: #1EDB30;
}
</style>
background-color css
<style>
a { background-color: #1EDB30; }
a { background-color: rgb(30,219,48); }
div.DivClassName
{
background-color: #1EDB30;
}
.BgClassName
{
background-color: #1EDB30;
}
</style>
border-color css
<style>
span { border-color: #1EDB30; }
span { border-color: rgb(30,219,48); }
td.TdClassName
{
border-color: #1EDB30;
}
.TagClassName
{
border-color: #1EDB30;
}
</style>