Shades of Lime Green #1ED12C
Tints of Lime Green #1ED12C
RGB
CMYK
RGB Variations
Color information
#1ED12C (or 0x1ED12C) is known color: Lime Green. HEX triplet: 1E, D1 and 2C. RGB value is (30,209,44). Sum of RGB (Red+Green+Blue) = 30+209+44=283 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.60% from 283); Green value is 209 (82.03% from 255 or 73.85% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 209 - color contains mainly: green. Hex color #1ED12C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED12C is #E12ED3. Grayscale: #898989. Windows color (decimal): -14757588 or 2937118. OLE color: 2937118.
HSL color Cylindrical-coordinate representation of color #1ED12C: hue angle of 124.69º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED12C is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 30 | 209 | 44 | - |
| CMYK | 0.86 | 0 | 0.79 | 0.18 |
| HSL | 124.69º | 0.75% | 0.47% | - |
| HSV(B) | 124.69º | 0.86% | 0.82% | - |
| XYZ | 23.79 | 46.06 | 10.02 | - |
| YUV | 136.67 | 75.7 | 51.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 209 | 44 | 0.86 | 0 | 0.79 | 0.18 | 124.69 | 0.75 | 0.47 |
| Hex | 1E | D1 | 2C | 56 | 0 | 4F | 12 | 7D | 4B | 2F |
| Octal | 36 | 321 | 54 | 126 | 0 | 117 | 22 | 175 | 113 | 57 |
| Binary | 11110 | 11010001 | 101100 | 1010110 | 0 | 1001111 | 10010 | 1111101 | 1001011 | 101111 |
Color Harmonies of #1ED12C
Complementary color
Monochromatic Colors of #1ED12C
Black with #1ED12C
Text Example
Text Example
White with #1ED12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED12C; }
p { color: rgb(30,209,44); }
H1.HeaderClassName
{
color: #1ED12C;
}
.AnyTagClassName
{
color: #1ED12C;
}
</style>
background-color css
<style>
a { background-color: #1ED12C; }
a { background-color: rgb(30,209,44); }
div.DivClassName
{
background-color: #1ED12C;
}
.BgClassName
{
background-color: #1ED12C;
}
</style>
border-color css
<style>
span { border-color: #1ED12C; }
span { border-color: rgb(30,209,44); }
td.TdClassName
{
border-color: #1ED12C;
}
.TagClassName
{
border-color: #1ED12C;
}
</style>