Shades of Lime Green #1ECC2C
Tints of Lime Green #1ECC2C
RGB
CMYK
RGB Variations
Color information
#1ECC2C (or 0x1ECC2C) is known color: Lime Green. HEX triplet: 1E, CC and 2C. RGB value is (30,204,44). Sum of RGB (Red+Green+Blue) = 30+204+44=278 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.79% from 278); Green value is 204 (80.08% from 255 or 73.38% from 278); Blue value is 44 (17.58% from 255 or 15.83% from 278); Max value from RGB is 204 - color contains mainly: green. Hex color #1ECC2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ECC2C is #E133D3. Grayscale: #868686. Windows color (decimal): -14758868 or 2935838. OLE color: 2935838.
HSL color Cylindrical-coordinate representation of color #1ECC2C: hue angle of 124.83º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1ECC2C is Cyan = 0.85, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 30 | 204 | 44 | - |
| CMYK | 0.85 | 0 | 0.78 | 0.2 |
| HSL | 124.83º | 0.74% | 0.46% | - |
| HSV(B) | 124.83º | 0.85% | 0.8% | - |
| XYZ | 22.58 | 43.64 | 9.62 | - |
| YUV | 133.73 | 77.35 | 54.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 204 | 44 | 0.85 | 0 | 0.78 | 0.2 | 124.83 | 0.74 | 0.46 |
| Hex | 1E | CC | 2C | 55 | 0 | 4E | 14 | 7D | 4A | 2E |
| Octal | 36 | 314 | 54 | 125 | 0 | 116 | 24 | 175 | 112 | 56 |
| Binary | 11110 | 11001100 | 101100 | 1010101 | 0 | 1001110 | 10100 | 1111101 | 1001010 | 101110 |
Color Harmonies of #1ECC2C
Complementary color
Monochromatic Colors of #1ECC2C
Black with #1ECC2C
Text Example
Text Example
White with #1ECC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECC2C; }
p { color: rgb(30,204,44); }
H1.HeaderClassName
{
color: #1ECC2C;
}
.AnyTagClassName
{
color: #1ECC2C;
}
</style>
background-color css
<style>
a { background-color: #1ECC2C; }
a { background-color: rgb(30,204,44); }
div.DivClassName
{
background-color: #1ECC2C;
}
.BgClassName
{
background-color: #1ECC2C;
}
</style>
border-color css
<style>
span { border-color: #1ECC2C; }
span { border-color: rgb(30,204,44); }
td.TdClassName
{
border-color: #1ECC2C;
}
.TagClassName
{
border-color: #1ECC2C;
}
</style>