Shades of Lime Green #1EE32A
Tints of Lime Green #1EE32A
RGB
CMYK
RGB Variations
Color information
#1EE32A (or 0x1EE32A) is known color: Lime Green. HEX triplet: 1E, E3 and 2A. RGB value is (30,227,42). Sum of RGB (Red+Green+Blue) = 30+227+42=299 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.03% from 299); Green value is 227 (89.06% from 255 or 75.92% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 227 - color contains mainly: green. Hex color #1EE32A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EE32A is #E11CD5. Grayscale: #939393. Windows color (decimal): -14752982 or 2810654. OLE color: 2810654.
HSL color Cylindrical-coordinate representation of color #1EE32A: hue angle of 123.65º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EE32A is Cyan = 0.87, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 30 | 227 | 42 | - |
| CMYK | 0.87 | 0 | 0.81 | 0.11 |
| HSL | 123.65º | 0.78% | 0.5% | - |
| HSV(B) | 123.65º | 0.87% | 0.89% | - |
| XYZ | 28.42 | 55.38 | 11.38 | - |
| YUV | 147.01 | 68.73 | 44.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 227 | 42 | 0.87 | 0 | 0.81 | 0.11 | 123.65 | 0.78 | 0.5 |
| Hex | 1E | E3 | 2A | 57 | 0 | 51 | B | 7C | 4E | 32 |
| Octal | 36 | 343 | 52 | 127 | 0 | 121 | 13 | 174 | 116 | 62 |
| Binary | 11110 | 11100011 | 101010 | 1010111 | 0 | 1010001 | 1011 | 1111100 | 1001110 | 110010 |
Color Harmonies of #1EE32A
Complementary color
Monochromatic Colors of #1EE32A
Black with #1EE32A
Text Example
Text Example
White with #1EE32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE32A; }
p { color: rgb(30,227,42); }
H1.HeaderClassName
{
color: #1EE32A;
}
.AnyTagClassName
{
color: #1EE32A;
}
</style>
background-color css
<style>
a { background-color: #1EE32A; }
a { background-color: rgb(30,227,42); }
div.DivClassName
{
background-color: #1EE32A;
}
.BgClassName
{
background-color: #1EE32A;
}
</style>
border-color css
<style>
span { border-color: #1EE32A; }
span { border-color: rgb(30,227,42); }
td.TdClassName
{
border-color: #1EE32A;
}
.TagClassName
{
border-color: #1EE32A;
}
</style>