Shades of Lime Green #1EB730
Tints of Lime Green #1EB730
RGB
CMYK
RGB Variations
Color information
#1EB730 (or 0x1EB730) is known color: Lime Green. HEX triplet: 1E, B7 and 30. RGB value is (30,183,48). Sum of RGB (Red+Green+Blue) = 30+183+48=261 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.49% from 261); Green value is 183 (71.88% from 255 or 70.11% from 261); Blue value is 48 (19.14% from 255 or 18.39% from 261); Max value from RGB is 183 - color contains mainly: green. Hex color #1EB730 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EB730 is #E148CF. Grayscale: #7A7A7A. Windows color (decimal): -14764240 or 3192606. OLE color: 3192606.
HSL color Cylindrical-coordinate representation of color #1EB730: hue angle of 127.06º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EB730 is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 30 | 183 | 48 | - |
| CMYK | 0.84 | 0 | 0.74 | 0.28 |
| HSL | 127.06º | 0.72% | 0.42% | - |
| HSV(B) | 127.06º | 0.84% | 0.72% | - |
| XYZ | 18 | 34.36 | 8.48 | - |
| YUV | 121.86 | 86.31 | 62.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 183 | 48 | 0.84 | 0 | 0.74 | 0.28 | 127.06 | 0.72 | 0.42 |
| Hex | 1E | B7 | 30 | 54 | 0 | 4A | 1C | 7F | 48 | 2A |
| Octal | 36 | 267 | 60 | 124 | 0 | 112 | 34 | 177 | 110 | 52 |
| Binary | 11110 | 10110111 | 110000 | 1010100 | 0 | 1001010 | 11100 | 1111111 | 1001000 | 101010 |
Color Harmonies of #1EB730
Complementary color
Monochromatic Colors of #1EB730
Black with #1EB730
Text Example
Text Example
White with #1EB730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB730; }
p { color: rgb(30,183,48); }
H1.HeaderClassName
{
color: #1EB730;
}
.AnyTagClassName
{
color: #1EB730;
}
</style>
background-color css
<style>
a { background-color: #1EB730; }
a { background-color: rgb(30,183,48); }
div.DivClassName
{
background-color: #1EB730;
}
.BgClassName
{
background-color: #1EB730;
}
</style>
border-color css
<style>
span { border-color: #1EB730; }
span { border-color: rgb(30,183,48); }
td.TdClassName
{
border-color: #1EB730;
}
.TagClassName
{
border-color: #1EB730;
}
</style>