Shades of Lime Green #1ECD37
Tints of Lime Green #1ECD37
RGB
CMYK
RGB Variations
Color information
#1ECD37 (or 0x1ECD37) is known color: Lime Green. HEX triplet: 1E, CD and 37. RGB value is (30,205,55). Sum of RGB (Red+Green+Blue) = 30+205+55=290 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.34% from 290); Green value is 205 (80.47% from 255 or 70.69% from 290); Blue value is 55 (21.88% from 255 or 18.97% from 290); Max value from RGB is 205 - color contains mainly: green. Hex color #1ECD37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ECD37 is #E132C8. Grayscale: #888888. Windows color (decimal): -14758601 or 3656990. OLE color: 3656990.
HSL color Cylindrical-coordinate representation of color #1ECD37: hue angle of 128.57º 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 #1ECD37 is Cyan = 0.85, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 205 | 55 | - |
| CMYK | 0.85 | 0 | 0.73 | 0.20 |
| HSL | 128.57º | 0.74% | 0.46% | - |
| HSV(B) | 128.57º | 0.85% | 0.8% | - |
| XYZ | 23.06 | 44.21 | 10.93 | - |
| YUV | 135.58 | 82.52 | 52.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 205 | 55 | 0.85 | 0 | 0.73 | 0.20 | 128.57 | 0.74 | 0.46 |
| Hex | 1E | CD | 37 | 55 | 0 | 49 | 14 | 81 | 4A | 2E |
| Octal | 36 | 315 | 67 | 125 | 0 | 111 | 24 | 201 | 112 | 56 |
| Binary | 11110 | 11001101 | 110111 | 1010101 | 0 | 1001001 | 10100 | 10000001 | 1001010 | 101110 |
Color Harmonies of #1ECD37
Complementary color
Monochromatic Colors of #1ECD37
Black with #1ECD37
Text Example
Text Example
White with #1ECD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECD37; }
p { color: rgb(30,205,55); }
H1.HeaderClassName
{
color: #1ECD37;
}
.AnyTagClassName
{
color: #1ECD37;
}
</style>
background-color css
<style>
a { background-color: #1ECD37; }
a { background-color: rgb(30,205,55); }
div.DivClassName
{
background-color: #1ECD37;
}
.BgClassName
{
background-color: #1ECD37;
}
</style>
border-color css
<style>
span { border-color: #1ECD37; }
span { border-color: rgb(30,205,55); }
td.TdClassName
{
border-color: #1ECD37;
}
.TagClassName
{
border-color: #1ECD37;
}
</style>