Shades of Lime Green #1ECD40
Tints of Lime Green #1ECD40
RGB
CMYK
RGB Variations
Color information
#1ECD40 (or 0x1ECD40) is known color: Lime Green. HEX triplet: 1E, CD and 40. RGB value is (30,205,64). Sum of RGB (Red+Green+Blue) = 30+205+64=299 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.03% from 299); Green value is 205 (80.47% from 255 or 68.56% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 205 - color contains mainly: green. Hex color #1ECD40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ECD40 is #E132BF. Grayscale: #888888. Windows color (decimal): -14758592 or 4246814. OLE color: 4246814.
HSL color Cylindrical-coordinate representation of color #1ECD40: hue angle of 131.66º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1ECD40 is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 205 | 64 | - |
| CMYK | 0.85 | 0 | 0.69 | 0.20 |
| HSL | 131.66º | 0.74% | 0.46% | - |
| HSV(B) | 131.66º | 0.85% | 0.8% | - |
| XYZ | 23.29 | 44.31 | 12.18 | - |
| YUV | 136.6 | 87.02 | 51.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 205 | 64 | 0.85 | 0 | 0.69 | 0.20 | 131.66 | 0.74 | 0.46 |
| Hex | 1E | CD | 40 | 55 | 0 | 45 | 14 | 84 | 4A | 2E |
| Octal | 36 | 315 | 100 | 125 | 0 | 105 | 24 | 204 | 112 | 56 |
| Binary | 11110 | 11001101 | 1000000 | 1010101 | 0 | 1000101 | 10100 | 10000100 | 1001010 | 101110 |
Color Harmonies of #1ECD40
Complementary color
Monochromatic Colors of #1ECD40
Black with #1ECD40
Text Example
Text Example
White with #1ECD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECD40; }
p { color: rgb(30,205,64); }
H1.HeaderClassName
{
color: #1ECD40;
}
.AnyTagClassName
{
color: #1ECD40;
}
</style>
background-color css
<style>
a { background-color: #1ECD40; }
a { background-color: rgb(30,205,64); }
div.DivClassName
{
background-color: #1ECD40;
}
.BgClassName
{
background-color: #1ECD40;
}
</style>
border-color css
<style>
span { border-color: #1ECD40; }
span { border-color: rgb(30,205,64); }
td.TdClassName
{
border-color: #1ECD40;
}
.TagClassName
{
border-color: #1ECD40;
}
</style>