Shades of Lime Green #1EB32E
Tints of Lime Green #1EB32E
RGB
CMYK
RGB Variations
Color information
#1EB32E (or 0x1EB32E) is known color: Lime Green. HEX triplet: 1E, B3 and 2E. RGB value is (30,179,46). Sum of RGB (Red+Green+Blue) = 30+179+46=255 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.76% from 255); Green value is 179 (70.31% from 255 or 70.20% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 179 - color contains mainly: green. Hex color #1EB32E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EB32E is #E14CD1. Grayscale: #777777. Windows color (decimal): -14765266 or 3060510. OLE color: 3060510.
HSL color Cylindrical-coordinate representation of color #1EB32E: hue angle of 126.44º 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 #1EB32E is Cyan = 0.83, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 30 | 179 | 46 | - |
| CMYK | 0.83 | 0 | 0.74 | 0.30 |
| HSL | 126.44º | 0.71% | 0.41% | - |
| HSV(B) | 126.44º | 0.83% | 0.7% | - |
| XYZ | 17.15 | 32.71 | 8 | - |
| YUV | 119.29 | 86.64 | 64.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 179 | 46 | 0.83 | 0 | 0.74 | 0.30 | 126.44 | 0.71 | 0.41 |
| Hex | 1E | B3 | 2E | 53 | 0 | 4A | 1E | 7E | 47 | 29 |
| Octal | 36 | 263 | 56 | 123 | 0 | 112 | 36 | 176 | 107 | 51 |
| Binary | 11110 | 10110011 | 101110 | 1010011 | 0 | 1001010 | 11110 | 1111110 | 1000111 | 101001 |
Color Harmonies of #1EB32E
Complementary color
Monochromatic Colors of #1EB32E
Black with #1EB32E
Text Example
Text Example
White with #1EB32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB32E; }
p { color: rgb(30,179,46); }
H1.HeaderClassName
{
color: #1EB32E;
}
.AnyTagClassName
{
color: #1EB32E;
}
</style>
background-color css
<style>
a { background-color: #1EB32E; }
a { background-color: rgb(30,179,46); }
div.DivClassName
{
background-color: #1EB32E;
}
.BgClassName
{
background-color: #1EB32E;
}
</style>
border-color css
<style>
span { border-color: #1EB32E; }
span { border-color: rgb(30,179,46); }
td.TdClassName
{
border-color: #1EB32E;
}
.TagClassName
{
border-color: #1EB32E;
}
</style>