Shades of Lime Green #1ECB19
Tints of Lime Green #1ECB19
RGB
CMYK
RGB Variations
Color information
#1ECB19 (or 0x1ECB19) is known color: Lime Green. HEX triplet: 1E, CB and 19. RGB value is (30,203,25). Sum of RGB (Red+Green+Blue) = 30+203+25=258 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.63% from 258); Green value is 203 (79.69% from 255 or 78.68% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 203 - color contains mainly: green. Hex color #1ECB19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ECB19 is #E134E6. Grayscale: #838383. Windows color (decimal): -14759143 or 1690398. OLE color: 1690398.
HSL color Cylindrical-coordinate representation of color #1ECB19: hue angle of 118.31º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ECB19 is Cyan = 0.85, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 203 | 25 | - |
| CMYK | 0.85 | 0 | 0.88 | 0.20 |
| HSL | 118.31º | 0.78% | 0.45% | - |
| HSV(B) | 118.31º | 0.88% | 0.8% | - |
| XYZ | 22.07 | 43.06 | 8.07 | - |
| YUV | 130.98 | 68.19 | 55.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 203 | 25 | 0.85 | 0 | 0.88 | 0.20 | 118.31 | 0.78 | 0.45 |
| Hex | 1E | CB | 19 | 55 | 0 | 58 | 14 | 76 | 4E | 2D |
| Octal | 36 | 313 | 31 | 125 | 0 | 130 | 24 | 166 | 116 | 55 |
| Binary | 11110 | 11001011 | 11001 | 1010101 | 0 | 1011000 | 10100 | 1110110 | 1001110 | 101101 |
Color Harmonies of #1ECB19
Complementary color
Monochromatic Colors of #1ECB19
Black with #1ECB19
Text Example
Text Example
White with #1ECB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECB19; }
p { color: rgb(30,203,25); }
H1.HeaderClassName
{
color: #1ECB19;
}
.AnyTagClassName
{
color: #1ECB19;
}
</style>
background-color css
<style>
a { background-color: #1ECB19; }
a { background-color: rgb(30,203,25); }
div.DivClassName
{
background-color: #1ECB19;
}
.BgClassName
{
background-color: #1ECB19;
}
</style>
border-color css
<style>
span { border-color: #1ECB19; }
span { border-color: rgb(30,203,25); }
td.TdClassName
{
border-color: #1ECB19;
}
.TagClassName
{
border-color: #1ECB19;
}
</style>