Shades of Lime Green #1EC536
Tints of Lime Green #1EC536
RGB
CMYK
RGB Variations
Color information
#1EC536 (or 0x1EC536) is known color: Lime Green. HEX triplet: 1E, C5 and 36. RGB value is (30,197,54). Sum of RGB (Red+Green+Blue) = 30+197+54=281 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.68% from 281); Green value is 197 (77.34% from 255 or 70.11% from 281); Blue value is 54 (21.48% from 255 or 19.22% from 281); Max value from RGB is 197 - color contains mainly: green. Hex color #1EC536 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC536 is #E13AC9. Grayscale: #838383. Windows color (decimal): -14760650 or 3589406. OLE color: 3589406.
HSL color Cylindrical-coordinate representation of color #1EC536: hue angle of 128.62º 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 #1EC536 is Cyan = 0.85, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 30 | 197 | 54 | - |
| CMYK | 0.85 | 0 | 0.73 | 0.23 |
| HSL | 128.62º | 0.74% | 0.45% | - |
| HSV(B) | 128.62º | 0.85% | 0.77% | - |
| XYZ | 21.17 | 40.47 | 10.19 | - |
| YUV | 130.77 | 84.67 | 56.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 197 | 54 | 0.85 | 0 | 0.73 | 0.23 | 128.62 | 0.74 | 0.45 |
| Hex | 1E | C5 | 36 | 55 | 0 | 49 | 17 | 81 | 4A | 2D |
| Octal | 36 | 305 | 66 | 125 | 0 | 111 | 27 | 201 | 112 | 55 |
| Binary | 11110 | 11000101 | 110110 | 1010101 | 0 | 1001001 | 10111 | 10000001 | 1001010 | 101101 |
Color Harmonies of #1EC536
Complementary color
Monochromatic Colors of #1EC536
Black with #1EC536
Text Example
Text Example
White with #1EC536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC536; }
p { color: rgb(30,197,54); }
H1.HeaderClassName
{
color: #1EC536;
}
.AnyTagClassName
{
color: #1EC536;
}
</style>
background-color css
<style>
a { background-color: #1EC536; }
a { background-color: rgb(30,197,54); }
div.DivClassName
{
background-color: #1EC536;
}
.BgClassName
{
background-color: #1EC536;
}
</style>
border-color css
<style>
span { border-color: #1EC536; }
span { border-color: rgb(30,197,54); }
td.TdClassName
{
border-color: #1EC536;
}
.TagClassName
{
border-color: #1EC536;
}
</style>