Shades of Lime Green #1ECD3D
Tints of Lime Green #1ECD3D
RGB
CMYK
RGB Variations
Color information
#1ECD3D (or 0x1ECD3D) is known color: Lime Green. HEX triplet: 1E, CD and 3D. RGB value is (30,205,61). Sum of RGB (Red+Green+Blue) = 30+205+61=296 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.14% from 296); Green value is 205 (80.47% from 255 or 69.26% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 205 - color contains mainly: green. Hex color #1ECD3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ECD3D is #E132C2. Grayscale: #888888. Windows color (decimal): -14758595 or 4050206. OLE color: 4050206.
HSL color Cylindrical-coordinate representation of color #1ECD3D: hue angle of 130.63º 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 #1ECD3D is Cyan = 0.85, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 205 | 61 | - |
| CMYK | 0.85 | 0 | 0.70 | 0.20 |
| HSL | 130.63º | 0.74% | 0.46% | - |
| HSV(B) | 130.63º | 0.85% | 0.8% | - |
| XYZ | 23.21 | 44.28 | 11.74 | - |
| YUV | 136.26 | 85.52 | 52.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 205 | 61 | 0.85 | 0 | 0.70 | 0.20 | 130.63 | 0.74 | 0.46 |
| Hex | 1E | CD | 3D | 55 | 0 | 46 | 14 | 83 | 4A | 2E |
| Octal | 36 | 315 | 75 | 125 | 0 | 106 | 24 | 203 | 112 | 56 |
| Binary | 11110 | 11001101 | 111101 | 1010101 | 0 | 1000110 | 10100 | 10000011 | 1001010 | 101110 |
Color Harmonies of #1ECD3D
Complementary color
Monochromatic Colors of #1ECD3D
Black with #1ECD3D
Text Example
Text Example
White with #1ECD3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECD3D; }
p { color: rgb(30,205,61); }
H1.HeaderClassName
{
color: #1ECD3D;
}
.AnyTagClassName
{
color: #1ECD3D;
}
</style>
background-color css
<style>
a { background-color: #1ECD3D; }
a { background-color: rgb(30,205,61); }
div.DivClassName
{
background-color: #1ECD3D;
}
.BgClassName
{
background-color: #1ECD3D;
}
</style>
border-color css
<style>
span { border-color: #1ECD3D; }
span { border-color: rgb(30,205,61); }
td.TdClassName
{
border-color: #1ECD3D;
}
.TagClassName
{
border-color: #1ECD3D;
}
</style>