Shades of Lime Green #1ECD12
Tints of Lime Green #1ECD12
RGB
CMYK
RGB Variations
Color information
#1ECD12 (or 0x1ECD12) is known color: Lime Green. HEX triplet: 1E, CD and 12. RGB value is (30,205,18). Sum of RGB (Red+Green+Blue) = 30+205+18=253 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.86% from 253); Green value is 205 (80.47% from 255 or 81.03% from 253); Blue value is 18 (7.42% from 255 or 7.11% from 253); Max value from RGB is 205 - color contains mainly: green. Hex color #1ECD12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ECD12 is #E132ED. Grayscale: #838383. Windows color (decimal): -14758638 or 1232158. OLE color: 1232158.
HSL color Cylindrical-coordinate representation of color #1ECD12: hue angle of 116.15º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1ECD12 is Cyan = 0.85, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 205 | 18 | - |
| CMYK | 0.85 | 0 | 0.91 | 0.20 |
| HSL | 116.15º | 0.84% | 0.44% | - |
| HSV(B) | 116.15º | 0.91% | 0.8% | - |
| XYZ | 22.48 | 43.98 | 7.88 | - |
| YUV | 131.36 | 64.02 | 55.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 205 | 18 | 0.85 | 0 | 0.91 | 0.20 | 116.15 | 0.84 | 0.44 |
| Hex | 1E | CD | 12 | 55 | 0 | 5B | 14 | 74 | 54 | 2C |
| Octal | 36 | 315 | 22 | 125 | 0 | 133 | 24 | 164 | 124 | 54 |
| Binary | 11110 | 11001101 | 10010 | 1010101 | 0 | 1011011 | 10100 | 1110100 | 1010100 | 101100 |
Color Harmonies of #1ECD12
Complementary color
Monochromatic Colors of #1ECD12
Black with #1ECD12
Text Example
Text Example
White with #1ECD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECD12; }
p { color: rgb(30,205,18); }
H1.HeaderClassName
{
color: #1ECD12;
}
.AnyTagClassName
{
color: #1ECD12;
}
</style>
background-color css
<style>
a { background-color: #1ECD12; }
a { background-color: rgb(30,205,18); }
div.DivClassName
{
background-color: #1ECD12;
}
.BgClassName
{
background-color: #1ECD12;
}
</style>
border-color css
<style>
span { border-color: #1ECD12; }
span { border-color: rgb(30,205,18); }
td.TdClassName
{
border-color: #1ECD12;
}
.TagClassName
{
border-color: #1ECD12;
}
</style>