Shades of Lime Green #1EC81A
Tints of Lime Green #1EC81A
RGB
CMYK
RGB Variations
Color information
#1EC81A (or 0x1EC81A) is known color: Lime Green. HEX triplet: 1E, C8 and 1A. RGB value is (30,200,26). Sum of RGB (Red+Green+Blue) = 30+200+26=256 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.72% from 256); Green value is 200 (78.52% from 255 or 78.12% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 200 - color contains mainly: green. Hex color #1EC81A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC81A is #E137E5. Grayscale: #818181. Windows color (decimal): -14759910 or 1755166. OLE color: 1755166.
HSL color Cylindrical-coordinate representation of color #1EC81A: hue angle of 118.62º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EC81A is Cyan = 0.85, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 30 | 200 | 26 | - |
| CMYK | 0.85 | 0 | 0.87 | 0.22 |
| HSL | 118.62º | 0.77% | 0.44% | - |
| HSV(B) | 118.62º | 0.87% | 0.78% | - |
| XYZ | 21.38 | 41.66 | 7.89 | - |
| YUV | 129.33 | 69.68 | 57.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 200 | 26 | 0.85 | 0 | 0.87 | 0.22 | 118.62 | 0.77 | 0.44 |
| Hex | 1E | C8 | 1A | 55 | 0 | 57 | 16 | 77 | 4D | 2C |
| Octal | 36 | 310 | 32 | 125 | 0 | 127 | 26 | 167 | 115 | 54 |
| Binary | 11110 | 11001000 | 11010 | 1010101 | 0 | 1010111 | 10110 | 1110111 | 1001101 | 101100 |
Color Harmonies of #1EC81A
Complementary color
Monochromatic Colors of #1EC81A
Black with #1EC81A
Text Example
Text Example
White with #1EC81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC81A; }
p { color: rgb(30,200,26); }
H1.HeaderClassName
{
color: #1EC81A;
}
.AnyTagClassName
{
color: #1EC81A;
}
</style>
background-color css
<style>
a { background-color: #1EC81A; }
a { background-color: rgb(30,200,26); }
div.DivClassName
{
background-color: #1EC81A;
}
.BgClassName
{
background-color: #1EC81A;
}
</style>
border-color css
<style>
span { border-color: #1EC81A; }
span { border-color: rgb(30,200,26); }
td.TdClassName
{
border-color: #1EC81A;
}
.TagClassName
{
border-color: #1EC81A;
}
</style>