Shades of Lime Green #1ECC3D
Tints of Lime Green #1ECC3D
RGB
CMYK
RGB Variations
Color information
#1ECC3D (or 0x1ECC3D) is known color: Lime Green. HEX triplet: 1E, CC and 3D. RGB value is (30,204,61). Sum of RGB (Red+Green+Blue) = 30+204+61=295 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.17% from 295); Green value is 204 (80.08% from 255 or 69.15% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 204 - color contains mainly: green. Hex color #1ECC3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ECC3D is #E133C2. Grayscale: #888888. Windows color (decimal): -14758851 or 4049950. OLE color: 4049950.
HSL color Cylindrical-coordinate representation of color #1ECC3D: hue angle of 130.69º 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 #1ECC3D is Cyan = 0.85, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 30 | 204 | 61 | - |
| CMYK | 0.85 | 0 | 0.70 | 0.2 |
| HSL | 130.69º | 0.74% | 0.46% | - |
| HSV(B) | 130.69º | 0.85% | 0.8% | - |
| XYZ | 22.97 | 43.8 | 11.66 | - |
| YUV | 135.67 | 85.85 | 52.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 204 | 61 | 0.85 | 0 | 0.70 | 0.2 | 130.69 | 0.74 | 0.46 |
| Hex | 1E | CC | 3D | 55 | 0 | 46 | 14 | 83 | 4A | 2E |
| Octal | 36 | 314 | 75 | 125 | 0 | 106 | 24 | 203 | 112 | 56 |
| Binary | 11110 | 11001100 | 111101 | 1010101 | 0 | 1000110 | 10100 | 10000011 | 1001010 | 101110 |
Color Harmonies of #1ECC3D
Complementary color
Monochromatic Colors of #1ECC3D
Black with #1ECC3D
Text Example
Text Example
White with #1ECC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECC3D; }
p { color: rgb(30,204,61); }
H1.HeaderClassName
{
color: #1ECC3D;
}
.AnyTagClassName
{
color: #1ECC3D;
}
</style>
background-color css
<style>
a { background-color: #1ECC3D; }
a { background-color: rgb(30,204,61); }
div.DivClassName
{
background-color: #1ECC3D;
}
.BgClassName
{
background-color: #1ECC3D;
}
</style>
border-color css
<style>
span { border-color: #1ECC3D; }
span { border-color: rgb(30,204,61); }
td.TdClassName
{
border-color: #1ECC3D;
}
.TagClassName
{
border-color: #1ECC3D;
}
</style>