Shades of Lime Green #1ECB32
Tints of Lime Green #1ECB32
RGB
CMYK
RGB Variations
Color information
#1ECB32 (or 0x1ECB32) is known color: Lime Green. HEX triplet: 1E, CB and 32. RGB value is (30,203,50). Sum of RGB (Red+Green+Blue) = 30+203+50=283 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.60% from 283); Green value is 203 (79.69% from 255 or 71.73% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 203 - color contains mainly: green. Hex color #1ECB32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ECB32 is #E134CD. Grayscale: #868686. Windows color (decimal): -14759118 or 3328798. OLE color: 3328798.
HSL color Cylindrical-coordinate representation of color #1ECB32: hue angle of 126.94º 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 #1ECB32 is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 30 | 203 | 50 | - |
| CMYK | 0.85 | 0 | 0.75 | 0.20 |
| HSL | 126.94º | 0.74% | 0.46% | - |
| HSV(B) | 126.94º | 0.85% | 0.8% | - |
| XYZ | 22.47 | 43.22 | 10.18 | - |
| YUV | 133.83 | 80.69 | 53.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 203 | 50 | 0.85 | 0 | 0.75 | 0.20 | 126.94 | 0.74 | 0.46 |
| Hex | 1E | CB | 32 | 55 | 0 | 4B | 14 | 7F | 4A | 2E |
| Octal | 36 | 313 | 62 | 125 | 0 | 113 | 24 | 177 | 112 | 56 |
| Binary | 11110 | 11001011 | 110010 | 1010101 | 0 | 1001011 | 10100 | 1111111 | 1001010 | 101110 |
Color Harmonies of #1ECB32
Complementary color
Monochromatic Colors of #1ECB32
Black with #1ECB32
Text Example
Text Example
White with #1ECB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECB32; }
p { color: rgb(30,203,50); }
H1.HeaderClassName
{
color: #1ECB32;
}
.AnyTagClassName
{
color: #1ECB32;
}
</style>
background-color css
<style>
a { background-color: #1ECB32; }
a { background-color: rgb(30,203,50); }
div.DivClassName
{
background-color: #1ECB32;
}
.BgClassName
{
background-color: #1ECB32;
}
</style>
border-color css
<style>
span { border-color: #1ECB32; }
span { border-color: rgb(30,203,50); }
td.TdClassName
{
border-color: #1ECB32;
}
.TagClassName
{
border-color: #1ECB32;
}
</style>