Shades of Lime Green #1EC52D
Tints of Lime Green #1EC52D
RGB
CMYK
RGB Variations
Color information
#1EC52D (or 0x1EC52D) is known color: Lime Green. HEX triplet: 1E, C5 and 2D. RGB value is (30,197,45). Sum of RGB (Red+Green+Blue) = 30+197+45=272 (36% of max value = 765). Red value is 30 (12.11% from 255 or 11.03% from 272); Green value is 197 (77.34% from 255 or 72.43% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 197 - color contains mainly: green. Hex color #1EC52D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC52D is #E13AD2. Grayscale: #828282. Windows color (decimal): -14760659 or 2999582. OLE color: 2999582.
HSL color Cylindrical-coordinate representation of color #1EC52D: hue angle of 125.39º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EC52D is Cyan = 0.85, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 30 | 197 | 45 | - |
| CMYK | 0.85 | 0 | 0.77 | 0.23 |
| HSL | 125.39º | 0.74% | 0.45% | - |
| HSV(B) | 125.39º | 0.85% | 0.77% | - |
| XYZ | 20.98 | 40.4 | 9.17 | - |
| YUV | 129.74 | 80.17 | 56.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 197 | 45 | 0.85 | 0 | 0.77 | 0.23 | 125.39 | 0.74 | 0.45 |
| Hex | 1E | C5 | 2D | 55 | 0 | 4D | 17 | 7D | 4A | 2D |
| Octal | 36 | 305 | 55 | 125 | 0 | 115 | 27 | 175 | 112 | 55 |
| Binary | 11110 | 11000101 | 101101 | 1010101 | 0 | 1001101 | 10111 | 1111101 | 1001010 | 101101 |
Color Harmonies of #1EC52D
Complementary color
Monochromatic Colors of #1EC52D
Black with #1EC52D
Text Example
Text Example
White with #1EC52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC52D; }
p { color: rgb(30,197,45); }
H1.HeaderClassName
{
color: #1EC52D;
}
.AnyTagClassName
{
color: #1EC52D;
}
</style>
background-color css
<style>
a { background-color: #1EC52D; }
a { background-color: rgb(30,197,45); }
div.DivClassName
{
background-color: #1EC52D;
}
.BgClassName
{
background-color: #1EC52D;
}
</style>
border-color css
<style>
span { border-color: #1EC52D; }
span { border-color: rgb(30,197,45); }
td.TdClassName
{
border-color: #1EC52D;
}
.TagClassName
{
border-color: #1EC52D;
}
</style>