Shades of Lime Green #1EC123
Tints of Lime Green #1EC123
RGB
CMYK
RGB Variations
Color information
#1EC123 (or 0x1EC123) is known color: Lime Green. HEX triplet: 1E, C1 and 23. RGB value is (30,193,35). Sum of RGB (Red+Green+Blue) = 30+193+35=258 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.63% from 258); Green value is 193 (75.78% from 255 or 74.81% from 258); Blue value is 35 (14.06% from 255 or 13.57% from 258); Max value from RGB is 193 - color contains mainly: green. Hex color #1EC123 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC123 is #E13EDC. Grayscale: #7E7E7E. Windows color (decimal): -14761693 or 2343198. OLE color: 2343198.
HSL color Cylindrical-coordinate representation of color #1EC123: hue angle of 121.84º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EC123 is Cyan = 0.84, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 193 | 35 | - |
| CMYK | 0.84 | 0 | 0.82 | 0.24 |
| HSL | 121.84º | 0.73% | 0.44% | - |
| HSV(B) | 121.84º | 0.84% | 0.76% | - |
| XYZ | 19.91 | 38.54 | 7.98 | - |
| YUV | 126.25 | 76.5 | 59.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 193 | 35 | 0.84 | 0 | 0.82 | 0.24 | 121.84 | 0.73 | 0.44 |
| Hex | 1E | C1 | 23 | 54 | 0 | 52 | 18 | 7A | 49 | 2C |
| Octal | 36 | 301 | 43 | 124 | 0 | 122 | 30 | 172 | 111 | 54 |
| Binary | 11110 | 11000001 | 100011 | 1010100 | 0 | 1010010 | 11000 | 1111010 | 1001001 | 101100 |
Color Harmonies of #1EC123
Complementary color
Monochromatic Colors of #1EC123
Black with #1EC123
Text Example
Text Example
White with #1EC123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC123; }
p { color: rgb(30,193,35); }
H1.HeaderClassName
{
color: #1EC123;
}
.AnyTagClassName
{
color: #1EC123;
}
</style>
background-color css
<style>
a { background-color: #1EC123; }
a { background-color: rgb(30,193,35); }
div.DivClassName
{
background-color: #1EC123;
}
.BgClassName
{
background-color: #1EC123;
}
</style>
border-color css
<style>
span { border-color: #1EC123; }
span { border-color: rgb(30,193,35); }
td.TdClassName
{
border-color: #1EC123;
}
.TagClassName
{
border-color: #1EC123;
}
</style>