Shades of Lime Green #1ECC41
Tints of Lime Green #1ECC41
RGB
CMYK
RGB Variations
Color information
#1ECC41 (or 0x1ECC41) is known color: Lime Green. HEX triplet: 1E, CC and 41. RGB value is (30,204,65). Sum of RGB (Red+Green+Blue) = 30+204+65=299 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.03% from 299); Green value is 204 (80.08% from 255 or 68.23% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 204 - color contains mainly: green. Hex color #1ECC41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ECC41 is #E133BE. Grayscale: #888888. Windows color (decimal): -14758847 or 4312094. OLE color: 4312094.
HSL color Cylindrical-coordinate representation of color #1ECC41: hue angle of 132.07º 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 #1ECC41 is Cyan = 0.85, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 30 | 204 | 65 | - |
| CMYK | 0.85 | 0 | 0.68 | 0.2 |
| HSL | 132.07º | 0.74% | 0.46% | - |
| HSV(B) | 132.07º | 0.85% | 0.8% | - |
| XYZ | 23.08 | 43.84 | 12.25 | - |
| YUV | 136.13 | 87.85 | 52.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 204 | 65 | 0.85 | 0 | 0.68 | 0.2 | 132.07 | 0.74 | 0.46 |
| Hex | 1E | CC | 41 | 55 | 0 | 44 | 14 | 84 | 4A | 2E |
| Octal | 36 | 314 | 101 | 125 | 0 | 104 | 24 | 204 | 112 | 56 |
| Binary | 11110 | 11001100 | 1000001 | 1010101 | 0 | 1000100 | 10100 | 10000100 | 1001010 | 101110 |
Color Harmonies of #1ECC41
Complementary color
Monochromatic Colors of #1ECC41
Black with #1ECC41
Text Example
Text Example
White with #1ECC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECC41; }
p { color: rgb(30,204,65); }
H1.HeaderClassName
{
color: #1ECC41;
}
.AnyTagClassName
{
color: #1ECC41;
}
</style>
background-color css
<style>
a { background-color: #1ECC41; }
a { background-color: rgb(30,204,65); }
div.DivClassName
{
background-color: #1ECC41;
}
.BgClassName
{
background-color: #1ECC41;
}
</style>
border-color css
<style>
span { border-color: #1ECC41; }
span { border-color: rgb(30,204,65); }
td.TdClassName
{
border-color: #1ECC41;
}
.TagClassName
{
border-color: #1ECC41;
}
</style>