Shades of Lime Green #1EC52C
Tints of Lime Green #1EC52C
RGB
CMYK
RGB Variations
Color information
#1EC52C (or 0x1EC52C) is known color: Lime Green. HEX triplet: 1E, C5 and 2C. RGB value is (30,197,44). Sum of RGB (Red+Green+Blue) = 30+197+44=271 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.07% from 271); Green value is 197 (77.34% from 255 or 72.69% from 271); Blue value is 44 (17.58% from 255 or 16.24% from 271); Max value from RGB is 197 - color contains mainly: green. Hex color #1EC52C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC52C is #E13AD3. Grayscale: #828282. Windows color (decimal): -14760660 or 2934046. OLE color: 2934046.
HSL color Cylindrical-coordinate representation of color #1EC52C: hue angle of 125.03º 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 #1EC52C is Cyan = 0.85, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 30 | 197 | 44 | - |
| CMYK | 0.85 | 0 | 0.78 | 0.23 |
| HSL | 125.03º | 0.74% | 0.45% | - |
| HSV(B) | 125.03º | 0.85% | 0.77% | - |
| XYZ | 20.96 | 40.39 | 9.07 | - |
| YUV | 129.63 | 79.67 | 56.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 197 | 44 | 0.85 | 0 | 0.78 | 0.23 | 125.03 | 0.74 | 0.45 |
| Hex | 1E | C5 | 2C | 55 | 0 | 4E | 17 | 7D | 4A | 2D |
| Octal | 36 | 305 | 54 | 125 | 0 | 116 | 27 | 175 | 112 | 55 |
| Binary | 11110 | 11000101 | 101100 | 1010101 | 0 | 1001110 | 10111 | 1111101 | 1001010 | 101101 |
Color Harmonies of #1EC52C
Complementary color
Monochromatic Colors of #1EC52C
Black with #1EC52C
Text Example
Text Example
White with #1EC52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC52C; }
p { color: rgb(30,197,44); }
H1.HeaderClassName
{
color: #1EC52C;
}
.AnyTagClassName
{
color: #1EC52C;
}
</style>
background-color css
<style>
a { background-color: #1EC52C; }
a { background-color: rgb(30,197,44); }
div.DivClassName
{
background-color: #1EC52C;
}
.BgClassName
{
background-color: #1EC52C;
}
</style>
border-color css
<style>
span { border-color: #1EC52C; }
span { border-color: rgb(30,197,44); }
td.TdClassName
{
border-color: #1EC52C;
}
.TagClassName
{
border-color: #1EC52C;
}
</style>