Shades of Lime Green #1ECC05
Tints of Lime Green #1ECC05
RGB
CMYK
RGB Variations
Color information
#1ECC05 (or 0x1ECC05) is known color: Lime Green. HEX triplet: 1E, CC and 05. RGB value is (30,204,5). Sum of RGB (Red+Green+Blue) = 30+204+5=239 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.55% from 239); Green value is 204 (80.08% from 255 or 85.36% from 239); Blue value is 5 (2.34% from 255 or 2.09% from 239); Max value from RGB is 204 - color contains mainly: green. Hex color #1ECC05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ECC05 is #E133FA. Grayscale: #818181. Windows color (decimal): -14758907 or 379934. OLE color: 379934.
HSL color Cylindrical-coordinate representation of color #1ECC05: hue angle of 112.46º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1ECC05 is Cyan = 0.85, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 30 | 204 | 5 | - |
| CMYK | 0.85 | 0 | 0.98 | 0.2 |
| HSL | 112.46º | 0.95% | 0.41% | - |
| HSV(B) | 112.46º | 0.98% | 0.8% | - |
| XYZ | 22.16 | 43.47 | 7.37 | - |
| YUV | 129.29 | 57.85 | 57.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 204 | 5 | 0.85 | 0 | 0.98 | 0.2 | 112.46 | 0.95 | 0.41 |
| Hex | 1E | CC | 5 | 55 | 0 | 62 | 14 | 70 | 5F | 29 |
| Octal | 36 | 314 | 5 | 125 | 0 | 142 | 24 | 160 | 137 | 51 |
| Binary | 11110 | 11001100 | 101 | 1010101 | 0 | 1100010 | 10100 | 1110000 | 1011111 | 101001 |
Color Harmonies of #1ECC05
Complementary color
Monochromatic Colors of #1ECC05
Black with #1ECC05
Text Example
Text Example
White with #1ECC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECC05; }
p { color: rgb(30,204,5); }
H1.HeaderClassName
{
color: #1ECC05;
}
.AnyTagClassName
{
color: #1ECC05;
}
</style>
background-color css
<style>
a { background-color: #1ECC05; }
a { background-color: rgb(30,204,5); }
div.DivClassName
{
background-color: #1ECC05;
}
.BgClassName
{
background-color: #1ECC05;
}
</style>
border-color css
<style>
span { border-color: #1ECC05; }
span { border-color: rgb(30,204,5); }
td.TdClassName
{
border-color: #1ECC05;
}
.TagClassName
{
border-color: #1ECC05;
}
</style>