Shades of Lime Green #1ECC0F
Tints of Lime Green #1ECC0F
RGB
CMYK
RGB Variations
Color information
#1ECC0F (or 0x1ECC0F) is known color: Lime Green. HEX triplet: 1E, CC and 0F. RGB value is (30,204,15). Sum of RGB (Red+Green+Blue) = 30+204+15=249 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.05% from 249); Green value is 204 (80.08% from 255 or 81.93% from 249); Blue value is 15 (6.25% from 255 or 6.02% from 249); Max value from RGB is 204 - color contains mainly: green. Hex color #1ECC0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ECC0F is #E133F0. Grayscale: #838383. Windows color (decimal): -14758897 or 1035294. OLE color: 1035294.
HSL color Cylindrical-coordinate representation of color #1ECC0F: hue angle of 115.24º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1ECC0F is Cyan = 0.85, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 30 | 204 | 15 | - |
| CMYK | 0.85 | 0 | 0.93 | 0.2 |
| HSL | 115.24º | 0.86% | 0.43% | - |
| HSV(B) | 115.24º | 0.93% | 0.8% | - |
| XYZ | 22.21 | 43.5 | 7.68 | - |
| YUV | 130.43 | 62.85 | 56.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 204 | 15 | 0.85 | 0 | 0.93 | 0.2 | 115.24 | 0.86 | 0.43 |
| Hex | 1E | CC | F | 55 | 0 | 5D | 14 | 73 | 56 | 2B |
| Octal | 36 | 314 | 17 | 125 | 0 | 135 | 24 | 163 | 126 | 53 |
| Binary | 11110 | 11001100 | 1111 | 1010101 | 0 | 1011101 | 10100 | 1110011 | 1010110 | 101011 |
Color Harmonies of #1ECC0F
Complementary color
Monochromatic Colors of #1ECC0F
Black with #1ECC0F
Text Example
Text Example
White with #1ECC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECC0F; }
p { color: rgb(30,204,15); }
H1.HeaderClassName
{
color: #1ECC0F;
}
.AnyTagClassName
{
color: #1ECC0F;
}
</style>
background-color css
<style>
a { background-color: #1ECC0F; }
a { background-color: rgb(30,204,15); }
div.DivClassName
{
background-color: #1ECC0F;
}
.BgClassName
{
background-color: #1ECC0F;
}
</style>
border-color css
<style>
span { border-color: #1ECC0F; }
span { border-color: rgb(30,204,15); }
td.TdClassName
{
border-color: #1ECC0F;
}
.TagClassName
{
border-color: #1ECC0F;
}
</style>