Shades of Lime Green #1EB42C
Tints of Lime Green #1EB42C
RGB
CMYK
RGB Variations
Color information
#1EB42C (or 0x1EB42C) is known color: Lime Green. HEX triplet: 1E, B4 and 2C. RGB value is (30,180,44). Sum of RGB (Red+Green+Blue) = 30+180+44=254 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.81% from 254); Green value is 180 (70.70% from 255 or 70.87% from 254); Blue value is 44 (17.58% from 255 or 17.32% from 254); Max value from RGB is 180 - color contains mainly: green. Hex color #1EB42C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EB42C is #E14BD3. Grayscale: #787878. Windows color (decimal): -14765012 or 2929694. OLE color: 2929694.
HSL color Cylindrical-coordinate representation of color #1EB42C: hue angle of 125.6º 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 #1EB42C is Cyan = 0.83, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 30 | 180 | 44 | - |
| CMYK | 0.83 | 0 | 0.76 | 0.29 |
| HSL | 125.6º | 0.71% | 0.41% | - |
| HSV(B) | 125.6º | 0.83% | 0.71% | - |
| XYZ | 17.31 | 33.1 | 7.86 | - |
| YUV | 119.65 | 85.31 | 64.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 180 | 44 | 0.83 | 0 | 0.76 | 0.29 | 125.6 | 0.71 | 0.41 |
| Hex | 1E | B4 | 2C | 53 | 0 | 4C | 1D | 7E | 47 | 29 |
| Octal | 36 | 264 | 54 | 123 | 0 | 114 | 35 | 176 | 107 | 51 |
| Binary | 11110 | 10110100 | 101100 | 1010011 | 0 | 1001100 | 11101 | 1111110 | 1000111 | 101001 |
Color Harmonies of #1EB42C
Complementary color
Monochromatic Colors of #1EB42C
Black with #1EB42C
Text Example
Text Example
White with #1EB42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB42C; }
p { color: rgb(30,180,44); }
H1.HeaderClassName
{
color: #1EB42C;
}
.AnyTagClassName
{
color: #1EB42C;
}
</style>
background-color css
<style>
a { background-color: #1EB42C; }
a { background-color: rgb(30,180,44); }
div.DivClassName
{
background-color: #1EB42C;
}
.BgClassName
{
background-color: #1EB42C;
}
</style>
border-color css
<style>
span { border-color: #1EB42C; }
span { border-color: rgb(30,180,44); }
td.TdClassName
{
border-color: #1EB42C;
}
.TagClassName
{
border-color: #1EB42C;
}
</style>