Shades of Lime Green #1EC92F
Tints of Lime Green #1EC92F
RGB
CMYK
RGB Variations
Color information
#1EC92F (or 0x1EC92F) is known color: Lime Green. HEX triplet: 1E, C9 and 2F. RGB value is (30,201,47). Sum of RGB (Red+Green+Blue) = 30+201+47=278 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.79% from 278); Green value is 201 (78.91% from 255 or 72.30% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 201 - color contains mainly: green. Hex color #1EC92F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EC92F is #E136D0. Grayscale: #848484. Windows color (decimal): -14759633 or 3131678. OLE color: 3131678.
HSL color Cylindrical-coordinate representation of color #1EC92F: hue angle of 125.96º 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 #1EC92F is Cyan = 0.85, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 30 | 201 | 47 | - |
| CMYK | 0.85 | 0 | 0.77 | 0.21 |
| HSL | 125.96º | 0.74% | 0.45% | - |
| HSV(B) | 125.96º | 0.85% | 0.79% | - |
| XYZ | 21.94 | 42.25 | 9.69 | - |
| YUV | 132.32 | 79.85 | 55.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 201 | 47 | 0.85 | 0 | 0.77 | 0.21 | 125.96 | 0.74 | 0.45 |
| Hex | 1E | C9 | 2F | 55 | 0 | 4D | 15 | 7E | 4A | 2D |
| Octal | 36 | 311 | 57 | 125 | 0 | 115 | 25 | 176 | 112 | 55 |
| Binary | 11110 | 11001001 | 101111 | 1010101 | 0 | 1001101 | 10101 | 1111110 | 1001010 | 101101 |
Color Harmonies of #1EC92F
Complementary color
Monochromatic Colors of #1EC92F
Black with #1EC92F
Text Example
Text Example
White with #1EC92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC92F; }
p { color: rgb(30,201,47); }
H1.HeaderClassName
{
color: #1EC92F;
}
.AnyTagClassName
{
color: #1EC92F;
}
</style>
background-color css
<style>
a { background-color: #1EC92F; }
a { background-color: rgb(30,201,47); }
div.DivClassName
{
background-color: #1EC92F;
}
.BgClassName
{
background-color: #1EC92F;
}
</style>
border-color css
<style>
span { border-color: #1EC92F; }
span { border-color: rgb(30,201,47); }
td.TdClassName
{
border-color: #1EC92F;
}
.TagClassName
{
border-color: #1EC92F;
}
</style>