Shades of Lime Green #1EC72A
Tints of Lime Green #1EC72A
RGB
CMYK
RGB Variations
Color information
#1EC72A (or 0x1EC72A) is known color: Lime Green. HEX triplet: 1E, C7 and 2A. RGB value is (30,199,42). Sum of RGB (Red+Green+Blue) = 30+199+42=271 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.07% from 271); Green value is 199 (78.12% from 255 or 73.43% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 199 - color contains mainly: green. Hex color #1EC72A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC72A is #E138D5. Grayscale: #838383. Windows color (decimal): -14760150 or 2803486. OLE color: 2803486.
HSL color Cylindrical-coordinate representation of color #1EC72A: hue angle of 124.26º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EC72A is Cyan = 0.85, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 30 | 199 | 42 | - |
| CMYK | 0.85 | 0 | 0.79 | 0.22 |
| HSL | 124.26º | 0.74% | 0.45% | - |
| HSV(B) | 124.26º | 0.85% | 0.78% | - |
| XYZ | 21.38 | 41.29 | 9.03 | - |
| YUV | 130.57 | 78.01 | 56.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 199 | 42 | 0.85 | 0 | 0.79 | 0.22 | 124.26 | 0.74 | 0.45 |
| Hex | 1E | C7 | 2A | 55 | 0 | 4F | 16 | 7C | 4A | 2D |
| Octal | 36 | 307 | 52 | 125 | 0 | 117 | 26 | 174 | 112 | 55 |
| Binary | 11110 | 11000111 | 101010 | 1010101 | 0 | 1001111 | 10110 | 1111100 | 1001010 | 101101 |
Color Harmonies of #1EC72A
Complementary color
Monochromatic Colors of #1EC72A
Black with #1EC72A
Text Example
Text Example
White with #1EC72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC72A; }
p { color: rgb(30,199,42); }
H1.HeaderClassName
{
color: #1EC72A;
}
.AnyTagClassName
{
color: #1EC72A;
}
</style>
background-color css
<style>
a { background-color: #1EC72A; }
a { background-color: rgb(30,199,42); }
div.DivClassName
{
background-color: #1EC72A;
}
.BgClassName
{
background-color: #1EC72A;
}
</style>
border-color css
<style>
span { border-color: #1EC72A; }
span { border-color: rgb(30,199,42); }
td.TdClassName
{
border-color: #1EC72A;
}
.TagClassName
{
border-color: #1EC72A;
}
</style>