Shades of Lime Green #1EC53B
Tints of Lime Green #1EC53B
RGB
CMYK
RGB Variations
Color information
#1EC53B (or 0x1EC53B) is known color: Lime Green. HEX triplet: 1E, C5 and 3B. RGB value is (30,197,59). Sum of RGB (Red+Green+Blue) = 30+197+59=286 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.49% from 286); Green value is 197 (77.34% from 255 or 68.88% from 286); Blue value is 59 (23.44% from 255 or 20.63% from 286); Max value from RGB is 197 - color contains mainly: green. Hex color #1EC53B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC53B is #E13AC4. Grayscale: #838383. Windows color (decimal): -14760645 or 3917086. OLE color: 3917086.
HSL color Cylindrical-coordinate representation of color #1EC53B: hue angle of 130.42º 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 #1EC53B is Cyan = 0.85, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 30 | 197 | 59 | - |
| CMYK | 0.85 | 0 | 0.70 | 0.23 |
| HSL | 130.42º | 0.74% | 0.45% | - |
| HSV(B) | 130.42º | 0.85% | 0.77% | - |
| XYZ | 21.29 | 40.52 | 10.84 | - |
| YUV | 131.34 | 87.17 | 55.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 197 | 59 | 0.85 | 0 | 0.70 | 0.23 | 130.42 | 0.74 | 0.45 |
| Hex | 1E | C5 | 3B | 55 | 0 | 46 | 17 | 82 | 4A | 2D |
| Octal | 36 | 305 | 73 | 125 | 0 | 106 | 27 | 202 | 112 | 55 |
| Binary | 11110 | 11000101 | 111011 | 1010101 | 0 | 1000110 | 10111 | 10000010 | 1001010 | 101101 |
Color Harmonies of #1EC53B
Complementary color
Monochromatic Colors of #1EC53B
Black with #1EC53B
Text Example
Text Example
White with #1EC53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC53B; }
p { color: rgb(30,197,59); }
H1.HeaderClassName
{
color: #1EC53B;
}
.AnyTagClassName
{
color: #1EC53B;
}
</style>
background-color css
<style>
a { background-color: #1EC53B; }
a { background-color: rgb(30,197,59); }
div.DivClassName
{
background-color: #1EC53B;
}
.BgClassName
{
background-color: #1EC53B;
}
</style>
border-color css
<style>
span { border-color: #1EC53B; }
span { border-color: rgb(30,197,59); }
td.TdClassName
{
border-color: #1EC53B;
}
.TagClassName
{
border-color: #1EC53B;
}
</style>