Shades of Lime Green #1ECB37
Tints of Lime Green #1ECB37
RGB
CMYK
RGB Variations
Color information
#1ECB37 (or 0x1ECB37) is known color: Lime Green. HEX triplet: 1E, CB and 37. RGB value is (30,203,55). Sum of RGB (Red+Green+Blue) = 30+203+55=288 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.42% from 288); Green value is 203 (79.69% from 255 or 70.49% from 288); Blue value is 55 (21.88% from 255 or 19.10% from 288); Max value from RGB is 203 - color contains mainly: green. Hex color #1ECB37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ECB37 is #E134C8. Grayscale: #868686. Windows color (decimal): -14759113 or 3656478. OLE color: 3656478.
HSL color Cylindrical-coordinate representation of color #1ECB37: hue angle of 128.67º 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 #1ECB37 is Cyan = 0.85, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 203 | 55 | - |
| CMYK | 0.85 | 0 | 0.73 | 0.20 |
| HSL | 128.67º | 0.74% | 0.46% | - |
| HSV(B) | 128.67º | 0.85% | 0.8% | - |
| XYZ | 22.58 | 43.26 | 10.78 | - |
| YUV | 134.4 | 83.19 | 53.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 203 | 55 | 0.85 | 0 | 0.73 | 0.20 | 128.67 | 0.74 | 0.46 |
| Hex | 1E | CB | 37 | 55 | 0 | 49 | 14 | 81 | 4A | 2E |
| Octal | 36 | 313 | 67 | 125 | 0 | 111 | 24 | 201 | 112 | 56 |
| Binary | 11110 | 11001011 | 110111 | 1010101 | 0 | 1001001 | 10100 | 10000001 | 1001010 | 101110 |
Color Harmonies of #1ECB37
Complementary color
Monochromatic Colors of #1ECB37
Black with #1ECB37
Text Example
Text Example
White with #1ECB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECB37; }
p { color: rgb(30,203,55); }
H1.HeaderClassName
{
color: #1ECB37;
}
.AnyTagClassName
{
color: #1ECB37;
}
</style>
background-color css
<style>
a { background-color: #1ECB37; }
a { background-color: rgb(30,203,55); }
div.DivClassName
{
background-color: #1ECB37;
}
.BgClassName
{
background-color: #1ECB37;
}
</style>
border-color css
<style>
span { border-color: #1ECB37; }
span { border-color: rgb(30,203,55); }
td.TdClassName
{
border-color: #1ECB37;
}
.TagClassName
{
border-color: #1ECB37;
}
</style>