Shades of Lime Green #1EB330
Tints of Lime Green #1EB330
RGB
CMYK
RGB Variations
Color information
#1EB330 (or 0x1EB330) is known color: Lime Green. HEX triplet: 1E, B3 and 30. RGB value is (30,179,48). Sum of RGB (Red+Green+Blue) = 30+179+48=257 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.67% from 257); Green value is 179 (70.31% from 255 or 69.65% from 257); Blue value is 48 (19.14% from 255 or 18.68% from 257); Max value from RGB is 179 - color contains mainly: green. Hex color #1EB330 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EB330 is #E14CCF. Grayscale: #777777. Windows color (decimal): -14765264 or 3191582. OLE color: 3191582.
HSL color Cylindrical-coordinate representation of color #1EB330: hue angle of 127.25º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EB330 is Cyan = 0.83, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 30 | 179 | 48 | - |
| CMYK | 0.83 | 0 | 0.73 | 0.30 |
| HSL | 127.25º | 0.71% | 0.41% | - |
| HSV(B) | 127.25º | 0.83% | 0.7% | - |
| XYZ | 17.19 | 32.73 | 8.21 | - |
| YUV | 119.52 | 87.64 | 64.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 179 | 48 | 0.83 | 0 | 0.73 | 0.30 | 127.25 | 0.71 | 0.41 |
| Hex | 1E | B3 | 30 | 53 | 0 | 49 | 1E | 7F | 47 | 29 |
| Octal | 36 | 263 | 60 | 123 | 0 | 111 | 36 | 177 | 107 | 51 |
| Binary | 11110 | 10110011 | 110000 | 1010011 | 0 | 1001001 | 11110 | 1111111 | 1000111 | 101001 |
Color Harmonies of #1EB330
Complementary color
Monochromatic Colors of #1EB330
Black with #1EB330
Text Example
Text Example
White with #1EB330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB330; }
p { color: rgb(30,179,48); }
H1.HeaderClassName
{
color: #1EB330;
}
.AnyTagClassName
{
color: #1EB330;
}
</style>
background-color css
<style>
a { background-color: #1EB330; }
a { background-color: rgb(30,179,48); }
div.DivClassName
{
background-color: #1EB330;
}
.BgClassName
{
background-color: #1EB330;
}
</style>
border-color css
<style>
span { border-color: #1EB330; }
span { border-color: rgb(30,179,48); }
td.TdClassName
{
border-color: #1EB330;
}
.TagClassName
{
border-color: #1EB330;
}
</style>