Shades of Lime Green #1EC525
Tints of Lime Green #1EC525
RGB
CMYK
RGB Variations
Color information
#1EC525 (or 0x1EC525) is known color: Lime Green. HEX triplet: 1E, C5 and 25. RGB value is (30,197,37). Sum of RGB (Red+Green+Blue) = 30+197+37=264 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.36% from 264); Green value is 197 (77.34% from 255 or 74.62% from 264); Blue value is 37 (14.84% from 255 or 14.02% from 264); Max value from RGB is 197 - color contains mainly: green. Hex color #1EC525 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC525 is #E13ADA. Grayscale: #818181. Windows color (decimal): -14760667 or 2475294. OLE color: 2475294.
HSL color Cylindrical-coordinate representation of color #1EC525: hue angle of 122.51º 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 #1EC525 is Cyan = 0.85, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 30 | 197 | 37 | - |
| CMYK | 0.85 | 0 | 0.81 | 0.23 |
| HSL | 122.52º | 0.74% | 0.45% | - |
| HSV(B) | 122.52º | 0.85% | 0.77% | - |
| XYZ | 20.84 | 40.34 | 8.44 | - |
| YUV | 128.83 | 76.17 | 57.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 197 | 37 | 0.85 | 0 | 0.81 | 0.23 | 122.52 | 0.74 | 0.45 |
| Hex | 1E | C5 | 25 | 55 | 0 | 51 | 17 | 7B | 4A | 2D |
| Octal | 36 | 305 | 45 | 125 | 0 | 121 | 27 | 173 | 112 | 55 |
| Binary | 11110 | 11000101 | 100101 | 1010101 | 0 | 1010001 | 10111 | 1111011 | 1001010 | 101101 |
Color Harmonies of #1EC525
Complementary color
Monochromatic Colors of #1EC525
Black with #1EC525
Text Example
Text Example
White with #1EC525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC525; }
p { color: rgb(30,197,37); }
H1.HeaderClassName
{
color: #1EC525;
}
.AnyTagClassName
{
color: #1EC525;
}
</style>
background-color css
<style>
a { background-color: #1EC525; }
a { background-color: rgb(30,197,37); }
div.DivClassName
{
background-color: #1EC525;
}
.BgClassName
{
background-color: #1EC525;
}
</style>
border-color css
<style>
span { border-color: #1EC525; }
span { border-color: rgb(30,197,37); }
td.TdClassName
{
border-color: #1EC525;
}
.TagClassName
{
border-color: #1EC525;
}
</style>