Shades of Lime Green #1EB22C
Tints of Lime Green #1EB22C
RGB
CMYK
RGB Variations
Color information
#1EB22C (or 0x1EB22C) is known color: Lime Green. HEX triplet: 1E, B2 and 2C. RGB value is (30,178,44). Sum of RGB (Red+Green+Blue) = 30+178+44=252 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.90% from 252); Green value is 178 (69.92% from 255 or 70.63% from 252); Blue value is 44 (17.58% from 255 or 17.46% from 252); Max value from RGB is 178 - color contains mainly: green. Hex color #1EB22C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1EB22C is #E14DD3. Grayscale: #767676. Windows color (decimal): -14765524 or 2929182. OLE color: 2929182.
HSL color Cylindrical-coordinate representation of color #1EB22C: hue angle of 125.68º 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 #1EB22C is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 30 | 178 | 44 | - |
| CMYK | 0.83 | 0 | 0.75 | 0.30 |
| HSL | 125.68º | 0.71% | 0.41% | - |
| HSV(B) | 125.68º | 0.83% | 0.7% | - |
| XYZ | 16.91 | 32.3 | 7.73 | - |
| YUV | 118.47 | 85.97 | 64.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 178 | 44 | 0.83 | 0 | 0.75 | 0.30 | 125.68 | 0.71 | 0.41 |
| Hex | 1E | B2 | 2C | 53 | 0 | 4B | 1E | 7E | 47 | 29 |
| Octal | 36 | 262 | 54 | 123 | 0 | 113 | 36 | 176 | 107 | 51 |
| Binary | 11110 | 10110010 | 101100 | 1010011 | 0 | 1001011 | 11110 | 1111110 | 1000111 | 101001 |
Color Harmonies of #1EB22C
Complementary color
Monochromatic Colors of #1EB22C
Black with #1EB22C
Text Example
Text Example
White with #1EB22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB22C; }
p { color: rgb(30,178,44); }
H1.HeaderClassName
{
color: #1EB22C;
}
.AnyTagClassName
{
color: #1EB22C;
}
</style>
background-color css
<style>
a { background-color: #1EB22C; }
a { background-color: rgb(30,178,44); }
div.DivClassName
{
background-color: #1EB22C;
}
.BgClassName
{
background-color: #1EB22C;
}
</style>
border-color css
<style>
span { border-color: #1EB22C; }
span { border-color: rgb(30,178,44); }
td.TdClassName
{
border-color: #1EB22C;
}
.TagClassName
{
border-color: #1EB22C;
}
</style>