Shades of Lime Green #1EC93F
Tints of Lime Green #1EC93F
RGB
CMYK
RGB Variations
Color information
#1EC93F (or 0x1EC93F) is known color: Lime Green. HEX triplet: 1E, C9 and 3F. RGB value is (30,201,63). Sum of RGB (Red+Green+Blue) = 30+201+63=294 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.20% from 294); Green value is 201 (78.91% from 255 or 68.37% from 294); Blue value is 63 (25% from 255 or 21.43% from 294); Max value from RGB is 201 - color contains mainly: green. Hex color #1EC93F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC93F is #E136C0. Grayscale: #868686. Windows color (decimal): -14759617 or 4180254. OLE color: 4180254.
HSL color Cylindrical-coordinate representation of color #1EC93F: hue angle of 131.58º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EC93F is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 30 | 201 | 63 | - |
| CMYK | 0.85 | 0 | 0.69 | 0.21 |
| HSL | 131.58º | 0.74% | 0.45% | - |
| HSV(B) | 131.58º | 0.85% | 0.79% | - |
| XYZ | 22.32 | 42.41 | 11.71 | - |
| YUV | 134.14 | 87.85 | 53.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 201 | 63 | 0.85 | 0 | 0.69 | 0.21 | 131.58 | 0.74 | 0.45 |
| Hex | 1E | C9 | 3F | 55 | 0 | 45 | 15 | 84 | 4A | 2D |
| Octal | 36 | 311 | 77 | 125 | 0 | 105 | 25 | 204 | 112 | 55 |
| Binary | 11110 | 11001001 | 111111 | 1010101 | 0 | 1000101 | 10101 | 10000100 | 1001010 | 101101 |
Color Harmonies of #1EC93F
Complementary color
Monochromatic Colors of #1EC93F
Black with #1EC93F
Text Example
Text Example
White with #1EC93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC93F; }
p { color: rgb(30,201,63); }
H1.HeaderClassName
{
color: #1EC93F;
}
.AnyTagClassName
{
color: #1EC93F;
}
</style>
background-color css
<style>
a { background-color: #1EC93F; }
a { background-color: rgb(30,201,63); }
div.DivClassName
{
background-color: #1EC93F;
}
.BgClassName
{
background-color: #1EC93F;
}
</style>
border-color css
<style>
span { border-color: #1EC93F; }
span { border-color: rgb(30,201,63); }
td.TdClassName
{
border-color: #1EC93F;
}
.TagClassName
{
border-color: #1EC93F;
}
</style>