Shades of Lime Green #1EC213
Tints of Lime Green #1EC213
RGB
CMYK
RGB Variations
Color information
#1EC213 (or 0x1EC213) is known color: Lime Green. HEX triplet: 1E, C2 and 13. RGB value is (30,194,19). Sum of RGB (Red+Green+Blue) = 30+194+19=243 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.35% from 243); Green value is 194 (76.17% from 255 or 79.84% from 243); Blue value is 19 (7.81% from 255 or 7.82% from 243); Max value from RGB is 194 - color contains mainly: green. Hex color #1EC213 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EC213 is #E13DEC. Grayscale: #7D7D7D. Windows color (decimal): -14761453 or 1294878. OLE color: 1294878.
HSL color Cylindrical-coordinate representation of color #1EC213: hue angle of 116.23º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1EC213 is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 194 | 19 | - |
| CMYK | 0.85 | 0 | 0.90 | 0.24 |
| HSL | 116.23º | 0.82% | 0.42% | - |
| HSV(B) | 116.23º | 0.9% | 0.76% | - |
| XYZ | 19.94 | 38.91 | 7.07 | - |
| YUV | 125.01 | 68.17 | 60.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 194 | 19 | 0.85 | 0 | 0.90 | 0.24 | 116.23 | 0.82 | 0.42 |
| Hex | 1E | C2 | 13 | 55 | 0 | 5A | 18 | 74 | 52 | 2A |
| Octal | 36 | 302 | 23 | 125 | 0 | 132 | 30 | 164 | 122 | 52 |
| Binary | 11110 | 11000010 | 10011 | 1010101 | 0 | 1011010 | 11000 | 1110100 | 1010010 | 101010 |
Color Harmonies of #1EC213
Complementary color
Monochromatic Colors of #1EC213
Black with #1EC213
Text Example
Text Example
White with #1EC213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC213; }
p { color: rgb(30,194,19); }
H1.HeaderClassName
{
color: #1EC213;
}
.AnyTagClassName
{
color: #1EC213;
}
</style>
background-color css
<style>
a { background-color: #1EC213; }
a { background-color: rgb(30,194,19); }
div.DivClassName
{
background-color: #1EC213;
}
.BgClassName
{
background-color: #1EC213;
}
</style>
border-color css
<style>
span { border-color: #1EC213; }
span { border-color: rgb(30,194,19); }
td.TdClassName
{
border-color: #1EC213;
}
.TagClassName
{
border-color: #1EC213;
}
</style>