Shades of Lime Green #1ECB02
Tints of Lime Green #1ECB02
RGB
CMYK
RGB Variations
Color information
#1ECB02 (or 0x1ECB02) is known color: Lime Green. HEX triplet: 1E, CB and 02. RGB value is (30,203,2). Sum of RGB (Red+Green+Blue) = 30+203+2=235 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.77% from 235); Green value is 203 (79.69% from 255 or 86.38% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 203 - color contains mainly: green. Hex color #1ECB02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ECB02 is #E134FD. Grayscale: #808080. Windows color (decimal): -14759166 or 183070. OLE color: 183070.
HSL color Cylindrical-coordinate representation of color #1ECB02: hue angle of 111.64º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1ECB02 is Cyan = 0.85, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 203 | 2 | - |
| CMYK | 0.85 | 0 | 0.99 | 0.20 |
| HSL | 111.64º | 0.98% | 0.4% | - |
| HSV(B) | 111.64º | 0.99% | 0.8% | - |
| XYZ | 21.9 | 42.99 | 7.2 | - |
| YUV | 128.36 | 56.69 | 57.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 203 | 2 | 0.85 | 0 | 0.99 | 0.20 | 111.64 | 0.98 | 0.4 |
| Hex | 1E | CB | 2 | 55 | 0 | 63 | 14 | 70 | 62 | 28 |
| Octal | 36 | 313 | 2 | 125 | 0 | 143 | 24 | 160 | 142 | 50 |
| Binary | 11110 | 11001011 | 10 | 1010101 | 0 | 1100011 | 10100 | 1110000 | 1100010 | 101000 |
Color Harmonies of #1ECB02
Complementary color
Monochromatic Colors of #1ECB02
Black with #1ECB02
Text Example
Text Example
White with #1ECB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECB02; }
p { color: rgb(30,203,2); }
H1.HeaderClassName
{
color: #1ECB02;
}
.AnyTagClassName
{
color: #1ECB02;
}
</style>
background-color css
<style>
a { background-color: #1ECB02; }
a { background-color: rgb(30,203,2); }
div.DivClassName
{
background-color: #1ECB02;
}
.BgClassName
{
background-color: #1ECB02;
}
</style>
border-color css
<style>
span { border-color: #1ECB02; }
span { border-color: rgb(30,203,2); }
td.TdClassName
{
border-color: #1ECB02;
}
.TagClassName
{
border-color: #1ECB02;
}
</style>