Shades of Lime Green #1EB42E
Tints of Lime Green #1EB42E
RGB
CMYK
RGB Variations
Color information
#1EB42E (or 0x1EB42E) is known color: Lime Green. HEX triplet: 1E, B4 and 2E. RGB value is (30,180,46). Sum of RGB (Red+Green+Blue) = 30+180+46=256 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.72% from 256); Green value is 180 (70.70% from 255 or 70.31% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 180 - color contains mainly: green. Hex color #1EB42E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EB42E is #E14BD1. Grayscale: #787878. Windows color (decimal): -14765010 or 3060766. OLE color: 3060766.
HSL color Cylindrical-coordinate representation of color #1EB42E: hue angle of 126.4º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1EB42E is Cyan = 0.83, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 30 | 180 | 46 | - |
| CMYK | 0.83 | 0 | 0.74 | 0.29 |
| HSL | 126.4º | 0.71% | 0.41% | - |
| HSV(B) | 126.4º | 0.83% | 0.71% | - |
| XYZ | 17.35 | 33.12 | 8.06 | - |
| YUV | 119.87 | 86.31 | 63.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 180 | 46 | 0.83 | 0 | 0.74 | 0.29 | 126.4 | 0.71 | 0.41 |
| Hex | 1E | B4 | 2E | 53 | 0 | 4A | 1D | 7E | 47 | 29 |
| Octal | 36 | 264 | 56 | 123 | 0 | 112 | 35 | 176 | 107 | 51 |
| Binary | 11110 | 10110100 | 101110 | 1010011 | 0 | 1001010 | 11101 | 1111110 | 1000111 | 101001 |
Color Harmonies of #1EB42E
Complementary color
Monochromatic Colors of #1EB42E
Black with #1EB42E
Text Example
Text Example
White with #1EB42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB42E; }
p { color: rgb(30,180,46); }
H1.HeaderClassName
{
color: #1EB42E;
}
.AnyTagClassName
{
color: #1EB42E;
}
</style>
background-color css
<style>
a { background-color: #1EB42E; }
a { background-color: rgb(30,180,46); }
div.DivClassName
{
background-color: #1EB42E;
}
.BgClassName
{
background-color: #1EB42E;
}
</style>
border-color css
<style>
span { border-color: #1EB42E; }
span { border-color: rgb(30,180,46); }
td.TdClassName
{
border-color: #1EB42E;
}
.TagClassName
{
border-color: #1EB42E;
}
</style>