Shades of Lime Green #1EC33B
Tints of Lime Green #1EC33B
RGB
CMYK
RGB Variations
Color information
#1EC33B (or 0x1EC33B) is known color: Lime Green. HEX triplet: 1E, C3 and 3B. RGB value is (30,195,59). Sum of RGB (Red+Green+Blue) = 30+195+59=284 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.56% from 284); Green value is 195 (76.56% from 255 or 68.66% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 195 - color contains mainly: green. Hex color #1EC33B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC33B is #E13CC4. Grayscale: #828282. Windows color (decimal): -14761157 or 3916574. OLE color: 3916574.
HSL color Cylindrical-coordinate representation of color #1EC33B: hue angle of 130.55º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EC33B is Cyan = 0.85, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 195 | 59 | - |
| CMYK | 0.85 | 0 | 0.70 | 0.24 |
| HSL | 130.55º | 0.73% | 0.44% | - |
| HSV(B) | 130.55º | 0.85% | 0.76% | - |
| XYZ | 20.84 | 39.62 | 10.69 | - |
| YUV | 130.16 | 87.84 | 56.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 195 | 59 | 0.85 | 0 | 0.70 | 0.24 | 130.55 | 0.73 | 0.44 |
| Hex | 1E | C3 | 3B | 55 | 0 | 46 | 18 | 83 | 49 | 2C |
| Octal | 36 | 303 | 73 | 125 | 0 | 106 | 30 | 203 | 111 | 54 |
| Binary | 11110 | 11000011 | 111011 | 1010101 | 0 | 1000110 | 11000 | 10000011 | 1001001 | 101100 |
Color Harmonies of #1EC33B
Complementary color
Monochromatic Colors of #1EC33B
Black with #1EC33B
Text Example
Text Example
White with #1EC33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC33B; }
p { color: rgb(30,195,59); }
H1.HeaderClassName
{
color: #1EC33B;
}
.AnyTagClassName
{
color: #1EC33B;
}
</style>
background-color css
<style>
a { background-color: #1EC33B; }
a { background-color: rgb(30,195,59); }
div.DivClassName
{
background-color: #1EC33B;
}
.BgClassName
{
background-color: #1EC33B;
}
</style>
border-color css
<style>
span { border-color: #1EC33B; }
span { border-color: rgb(30,195,59); }
td.TdClassName
{
border-color: #1EC33B;
}
.TagClassName
{
border-color: #1EC33B;
}
</style>