Shades of Lime Green #1EC21F
Tints of Lime Green #1EC21F
RGB
CMYK
RGB Variations
Color information
#1EC21F (or 0x1EC21F) is known color: Lime Green. HEX triplet: 1E, C2 and 1F. RGB value is (30,194,31). Sum of RGB (Red+Green+Blue) = 30+194+31=255 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.76% from 255); Green value is 194 (76.17% from 255 or 76.08% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 194 - color contains mainly: green. Hex color #1EC21F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC21F is #E13DE0. Grayscale: #7E7E7E. Windows color (decimal): -14761441 or 2081310. OLE color: 2081310.
HSL color Cylindrical-coordinate representation of color #1EC21F: hue angle of 120.37º 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 #1EC21F is Cyan = 0.85, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 30 | 194 | 31 | - |
| CMYK | 0.85 | 0 | 0.84 | 0.24 |
| HSL | 120.37º | 0.73% | 0.44% | - |
| HSV(B) | 120.37º | 0.85% | 0.76% | - |
| XYZ | 20.07 | 38.96 | 7.76 | - |
| YUV | 126.38 | 74.17 | 59.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 194 | 31 | 0.85 | 0 | 0.84 | 0.24 | 120.37 | 0.73 | 0.44 |
| Hex | 1E | C2 | 1F | 55 | 0 | 54 | 18 | 78 | 49 | 2C |
| Octal | 36 | 302 | 37 | 125 | 0 | 124 | 30 | 170 | 111 | 54 |
| Binary | 11110 | 11000010 | 11111 | 1010101 | 0 | 1010100 | 11000 | 1111000 | 1001001 | 101100 |
Color Harmonies of #1EC21F
Complementary color
Monochromatic Colors of #1EC21F
Black with #1EC21F
Text Example
Text Example
White with #1EC21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC21F; }
p { color: rgb(30,194,31); }
H1.HeaderClassName
{
color: #1EC21F;
}
.AnyTagClassName
{
color: #1EC21F;
}
</style>
background-color css
<style>
a { background-color: #1EC21F; }
a { background-color: rgb(30,194,31); }
div.DivClassName
{
background-color: #1EC21F;
}
.BgClassName
{
background-color: #1EC21F;
}
</style>
border-color css
<style>
span { border-color: #1EC21F; }
span { border-color: rgb(30,194,31); }
td.TdClassName
{
border-color: #1EC21F;
}
.TagClassName
{
border-color: #1EC21F;
}
</style>