Shades of Lime Green #1ECC33
Tints of Lime Green #1ECC33
RGB
CMYK
RGB Variations
Color information
#1ECC33 (or 0x1ECC33) is known color: Lime Green. HEX triplet: 1E, CC and 33. RGB value is (30,204,51). Sum of RGB (Red+Green+Blue) = 30+204+51=285 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.53% from 285); Green value is 204 (80.08% from 255 or 71.58% from 285); Blue value is 51 (20.31% from 255 or 17.89% from 285); Max value from RGB is 204 - color contains mainly: green. Hex color #1ECC33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ECC33 is #E133CC. Grayscale: #868686. Windows color (decimal): -14758861 or 3394590. OLE color: 3394590.
HSL color Cylindrical-coordinate representation of color #1ECC33: hue angle of 127.24º 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 #1ECC33 is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 30 | 204 | 51 | - |
| CMYK | 0.85 | 0 | 0.75 | 0.2 |
| HSL | 127.24º | 0.74% | 0.46% | - |
| HSV(B) | 127.24º | 0.85% | 0.8% | - |
| XYZ | 22.73 | 43.7 | 10.37 | - |
| YUV | 134.53 | 80.85 | 53.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 204 | 51 | 0.85 | 0 | 0.75 | 0.2 | 127.24 | 0.74 | 0.46 |
| Hex | 1E | CC | 33 | 55 | 0 | 4B | 14 | 7F | 4A | 2E |
| Octal | 36 | 314 | 63 | 125 | 0 | 113 | 24 | 177 | 112 | 56 |
| Binary | 11110 | 11001100 | 110011 | 1010101 | 0 | 1001011 | 10100 | 1111111 | 1001010 | 101110 |
Color Harmonies of #1ECC33
Complementary color
Monochromatic Colors of #1ECC33
Black with #1ECC33
Text Example
Text Example
White with #1ECC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECC33; }
p { color: rgb(30,204,51); }
H1.HeaderClassName
{
color: #1ECC33;
}
.AnyTagClassName
{
color: #1ECC33;
}
</style>
background-color css
<style>
a { background-color: #1ECC33; }
a { background-color: rgb(30,204,51); }
div.DivClassName
{
background-color: #1ECC33;
}
.BgClassName
{
background-color: #1ECC33;
}
</style>
border-color css
<style>
span { border-color: #1ECC33; }
span { border-color: rgb(30,204,51); }
td.TdClassName
{
border-color: #1ECC33;
}
.TagClassName
{
border-color: #1ECC33;
}
</style>