Shades of Lime Green #1EEA36
Tints of Lime Green #1EEA36
RGB
CMYK
RGB Variations
Color information
#1EEA36 (or 0x1EEA36) is known color: Lime Green. HEX triplet: 1E, EA and 36. RGB value is (30,234,54). Sum of RGB (Red+Green+Blue) = 30+234+54=318 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.43% from 318); Green value is 234 (91.80% from 255 or 73.58% from 318); Blue value is 54 (21.48% from 255 or 16.98% from 318); Max value from RGB is 234 - color contains mainly: green. Hex color #1EEA36 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EEA36 is #E115C9. Grayscale: #999999. Windows color (decimal): -14751178 or 3598878. OLE color: 3598878.
HSL color Cylindrical-coordinate representation of color #1EEA36: hue angle of 127.06º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EEA36 is Cyan = 0.87, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 30 | 234 | 54 | - |
| CMYK | 0.87 | 0 | 0.77 | 0.08 |
| HSL | 127.06º | 0.83% | 0.52% | - |
| HSV(B) | 127.06º | 0.87% | 0.92% | - |
| XYZ | 30.62 | 59.39 | 13.34 | - |
| YUV | 152.48 | 72.41 | 40.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 234 | 54 | 0.87 | 0 | 0.77 | 0.08 | 127.06 | 0.83 | 0.52 |
| Hex | 1E | EA | 36 | 57 | 0 | 4D | 8 | 7F | 53 | 34 |
| Octal | 36 | 352 | 66 | 127 | 0 | 115 | 10 | 177 | 123 | 64 |
| Binary | 11110 | 11101010 | 110110 | 1010111 | 0 | 1001101 | 1000 | 1111111 | 1010011 | 110100 |
Color Harmonies of #1EEA36
Complementary color
Monochromatic Colors of #1EEA36
Black with #1EEA36
Text Example
Text Example
White with #1EEA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEA36; }
p { color: rgb(30,234,54); }
H1.HeaderClassName
{
color: #1EEA36;
}
.AnyTagClassName
{
color: #1EEA36;
}
</style>
background-color css
<style>
a { background-color: #1EEA36; }
a { background-color: rgb(30,234,54); }
div.DivClassName
{
background-color: #1EEA36;
}
.BgClassName
{
background-color: #1EEA36;
}
</style>
border-color css
<style>
span { border-color: #1EEA36; }
span { border-color: rgb(30,234,54); }
td.TdClassName
{
border-color: #1EEA36;
}
.TagClassName
{
border-color: #1EEA36;
}
</style>