Shades of Lime Green #1ECB06
Tints of Lime Green #1ECB06
RGB
CMYK
RGB Variations
Color information
#1ECB06 (or 0x1ECB06) is known color: Lime Green. HEX triplet: 1E, CB and 06. RGB value is (30,203,6). Sum of RGB (Red+Green+Blue) = 30+203+6=239 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.55% from 239); Green value is 203 (79.69% from 255 or 84.94% from 239); Blue value is 6 (2.73% from 255 or 2.51% from 239); Max value from RGB is 203 - color contains mainly: green. Hex color #1ECB06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ECB06 is #E134F9. Grayscale: #818181. Windows color (decimal): -14759162 or 445214. OLE color: 445214.
HSL color Cylindrical-coordinate representation of color #1ECB06: hue angle of 112.69º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1ECB06 is Cyan = 0.85, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 203 | 6 | - |
| CMYK | 0.85 | 0 | 0.97 | 0.20 |
| HSL | 112.69º | 0.94% | 0.41% | - |
| HSV(B) | 112.69º | 0.97% | 0.8% | - |
| XYZ | 21.92 | 43 | 7.32 | - |
| YUV | 128.82 | 58.69 | 57.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 203 | 6 | 0.85 | 0 | 0.97 | 0.20 | 112.69 | 0.94 | 0.41 |
| Hex | 1E | CB | 6 | 55 | 0 | 61 | 14 | 71 | 5E | 29 |
| Octal | 36 | 313 | 6 | 125 | 0 | 141 | 24 | 161 | 136 | 51 |
| Binary | 11110 | 11001011 | 110 | 1010101 | 0 | 1100001 | 10100 | 1110001 | 1011110 | 101001 |
Color Harmonies of #1ECB06
Complementary color
Monochromatic Colors of #1ECB06
Black with #1ECB06
Text Example
Text Example
White with #1ECB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECB06; }
p { color: rgb(30,203,6); }
H1.HeaderClassName
{
color: #1ECB06;
}
.AnyTagClassName
{
color: #1ECB06;
}
</style>
background-color css
<style>
a { background-color: #1ECB06; }
a { background-color: rgb(30,203,6); }
div.DivClassName
{
background-color: #1ECB06;
}
.BgClassName
{
background-color: #1ECB06;
}
</style>
border-color css
<style>
span { border-color: #1ECB06; }
span { border-color: rgb(30,203,6); }
td.TdClassName
{
border-color: #1ECB06;
}
.TagClassName
{
border-color: #1ECB06;
}
</style>