Shades of Lime Green #1EC12B
Tints of Lime Green #1EC12B
RGB
CMYK
RGB Variations
Color information
#1EC12B (or 0x1EC12B) is known color: Lime Green. HEX triplet: 1E, C1 and 2B. RGB value is (30,193,43). Sum of RGB (Red+Green+Blue) = 30+193+43=266 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.28% from 266); Green value is 193 (75.78% from 255 or 72.56% from 266); Blue value is 43 (17.19% from 255 or 16.17% from 266); Max value from RGB is 193 - color contains mainly: green. Hex color #1EC12B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC12B is #E13ED4. Grayscale: #7F7F7F. Windows color (decimal): -14761685 or 2867486. OLE color: 2867486.
HSL color Cylindrical-coordinate representation of color #1EC12B: hue angle of 124.79º 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 #1EC12B is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 193 | 43 | - |
| CMYK | 0.84 | 0 | 0.78 | 0.24 |
| HSL | 124.79º | 0.73% | 0.44% | - |
| HSV(B) | 124.79º | 0.84% | 0.76% | - |
| XYZ | 20.04 | 38.59 | 8.68 | - |
| YUV | 127.16 | 80.5 | 58.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 193 | 43 | 0.84 | 0 | 0.78 | 0.24 | 124.79 | 0.73 | 0.44 |
| Hex | 1E | C1 | 2B | 54 | 0 | 4E | 18 | 7D | 49 | 2C |
| Octal | 36 | 301 | 53 | 124 | 0 | 116 | 30 | 175 | 111 | 54 |
| Binary | 11110 | 11000001 | 101011 | 1010100 | 0 | 1001110 | 11000 | 1111101 | 1001001 | 101100 |
Color Harmonies of #1EC12B
Complementary color
Monochromatic Colors of #1EC12B
Black with #1EC12B
Text Example
Text Example
White with #1EC12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC12B; }
p { color: rgb(30,193,43); }
H1.HeaderClassName
{
color: #1EC12B;
}
.AnyTagClassName
{
color: #1EC12B;
}
</style>
background-color css
<style>
a { background-color: #1EC12B; }
a { background-color: rgb(30,193,43); }
div.DivClassName
{
background-color: #1EC12B;
}
.BgClassName
{
background-color: #1EC12B;
}
</style>
border-color css
<style>
span { border-color: #1EC12B; }
span { border-color: rgb(30,193,43); }
td.TdClassName
{
border-color: #1EC12B;
}
.TagClassName
{
border-color: #1EC12B;
}
</style>