Shades of Lime Green #1ECD10
Tints of Lime Green #1ECD10
RGB
CMYK
RGB Variations
Color information
#1ECD10 (or 0x1ECD10) is known color: Lime Green. HEX triplet: 1E, CD and 10. RGB value is (30,205,16). Sum of RGB (Red+Green+Blue) = 30+205+16=251 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.95% from 251); Green value is 205 (80.47% from 255 or 81.67% from 251); Blue value is 16 (6.64% from 255 or 6.37% from 251); Max value from RGB is 205 - color contains mainly: green. Hex color #1ECD10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ECD10 is #E132EF. Grayscale: #838383. Windows color (decimal): -14758640 or 1101086. OLE color: 1101086.
HSL color Cylindrical-coordinate representation of color #1ECD10: hue angle of 115.56º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1ECD10 is Cyan = 0.85, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 205 | 16 | - |
| CMYK | 0.85 | 0 | 0.92 | 0.20 |
| HSL | 115.56º | 0.86% | 0.43% | - |
| HSV(B) | 115.56º | 0.92% | 0.8% | - |
| XYZ | 22.46 | 43.98 | 7.79 | - |
| YUV | 131.13 | 63.02 | 55.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 205 | 16 | 0.85 | 0 | 0.92 | 0.20 | 115.56 | 0.86 | 0.43 |
| Hex | 1E | CD | 10 | 55 | 0 | 5C | 14 | 74 | 56 | 2B |
| Octal | 36 | 315 | 20 | 125 | 0 | 134 | 24 | 164 | 126 | 53 |
| Binary | 11110 | 11001101 | 10000 | 1010101 | 0 | 1011100 | 10100 | 1110100 | 1010110 | 101011 |
Color Harmonies of #1ECD10
Complementary color
Monochromatic Colors of #1ECD10
Black with #1ECD10
Text Example
Text Example
White with #1ECD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECD10; }
p { color: rgb(30,205,16); }
H1.HeaderClassName
{
color: #1ECD10;
}
.AnyTagClassName
{
color: #1ECD10;
}
</style>
background-color css
<style>
a { background-color: #1ECD10; }
a { background-color: rgb(30,205,16); }
div.DivClassName
{
background-color: #1ECD10;
}
.BgClassName
{
background-color: #1ECD10;
}
</style>
border-color css
<style>
span { border-color: #1ECD10; }
span { border-color: rgb(30,205,16); }
td.TdClassName
{
border-color: #1ECD10;
}
.TagClassName
{
border-color: #1ECD10;
}
</style>