Shades of Lime Green #1EC331
Tints of Lime Green #1EC331
RGB
CMYK
RGB Variations
Color information
#1EC331 (or 0x1EC331) is known color: Lime Green. HEX triplet: 1E, C3 and 31. RGB value is (30,195,49). Sum of RGB (Red+Green+Blue) = 30+195+49=274 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.95% from 274); Green value is 195 (76.56% from 255 or 71.17% from 274); Blue value is 49 (19.53% from 255 or 17.88% from 274); Max value from RGB is 195 - color contains mainly: green. Hex color #1EC331 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC331 is #E13CCE. Grayscale: #818181. Windows color (decimal): -14761167 or 3261214. OLE color: 3261214.
HSL color Cylindrical-coordinate representation of color #1EC331: hue angle of 126.91º 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 #1EC331 is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 195 | 49 | - |
| CMYK | 0.85 | 0 | 0.75 | 0.24 |
| HSL | 126.91º | 0.73% | 0.44% | - |
| HSV(B) | 126.91º | 0.85% | 0.76% | - |
| XYZ | 20.6 | 39.53 | 9.45 | - |
| YUV | 129.02 | 82.84 | 57.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 195 | 49 | 0.85 | 0 | 0.75 | 0.24 | 126.91 | 0.73 | 0.44 |
| Hex | 1E | C3 | 31 | 55 | 0 | 4B | 18 | 7F | 49 | 2C |
| Octal | 36 | 303 | 61 | 125 | 0 | 113 | 30 | 177 | 111 | 54 |
| Binary | 11110 | 11000011 | 110001 | 1010101 | 0 | 1001011 | 11000 | 1111111 | 1001001 | 101100 |
Color Harmonies of #1EC331
Complementary color
Monochromatic Colors of #1EC331
Black with #1EC331
Text Example
Text Example
White with #1EC331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC331; }
p { color: rgb(30,195,49); }
H1.HeaderClassName
{
color: #1EC331;
}
.AnyTagClassName
{
color: #1EC331;
}
</style>
background-color css
<style>
a { background-color: #1EC331; }
a { background-color: rgb(30,195,49); }
div.DivClassName
{
background-color: #1EC331;
}
.BgClassName
{
background-color: #1EC331;
}
</style>
border-color css
<style>
span { border-color: #1EC331; }
span { border-color: rgb(30,195,49); }
td.TdClassName
{
border-color: #1EC331;
}
.TagClassName
{
border-color: #1EC331;
}
</style>