Shades of Lime Green #1EC32D
Tints of Lime Green #1EC32D
RGB
CMYK
RGB Variations
Color information
#1EC32D (or 0x1EC32D) is known color: Lime Green. HEX triplet: 1E, C3 and 2D. RGB value is (30,195,45). Sum of RGB (Red+Green+Blue) = 30+195+45=270 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.11% from 270); Green value is 195 (76.56% from 255 or 72.22% from 270); Blue value is 45 (17.97% from 255 or 16.67% from 270); Max value from RGB is 195 - color contains mainly: green. Hex color #1EC32D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC32D is #E13CD2. Grayscale: #818181. Windows color (decimal): -14761171 or 2999070. OLE color: 2999070.
HSL color Cylindrical-coordinate representation of color #1EC32D: hue angle of 125.45º 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 #1EC32D is Cyan = 0.85, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 195 | 45 | - |
| CMYK | 0.85 | 0 | 0.77 | 0.24 |
| HSL | 125.45º | 0.73% | 0.44% | - |
| HSV(B) | 125.45º | 0.85% | 0.76% | - |
| XYZ | 20.52 | 39.5 | 9.02 | - |
| YUV | 128.57 | 80.84 | 57.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 195 | 45 | 0.85 | 0 | 0.77 | 0.24 | 125.45 | 0.73 | 0.44 |
| Hex | 1E | C3 | 2D | 55 | 0 | 4D | 18 | 7D | 49 | 2C |
| Octal | 36 | 303 | 55 | 125 | 0 | 115 | 30 | 175 | 111 | 54 |
| Binary | 11110 | 11000011 | 101101 | 1010101 | 0 | 1001101 | 11000 | 1111101 | 1001001 | 101100 |
Color Harmonies of #1EC32D
Complementary color
Monochromatic Colors of #1EC32D
Black with #1EC32D
Text Example
Text Example
White with #1EC32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC32D; }
p { color: rgb(30,195,45); }
H1.HeaderClassName
{
color: #1EC32D;
}
.AnyTagClassName
{
color: #1EC32D;
}
</style>
background-color css
<style>
a { background-color: #1EC32D; }
a { background-color: rgb(30,195,45); }
div.DivClassName
{
background-color: #1EC32D;
}
.BgClassName
{
background-color: #1EC32D;
}
</style>
border-color css
<style>
span { border-color: #1EC32D; }
span { border-color: rgb(30,195,45); }
td.TdClassName
{
border-color: #1EC32D;
}
.TagClassName
{
border-color: #1EC32D;
}
</style>