Shades of Lime Green #1EB82F
Tints of Lime Green #1EB82F
RGB
CMYK
RGB Variations
Color information
#1EB82F (or 0x1EB82F) is known color: Lime Green. HEX triplet: 1E, B8 and 2F. RGB value is (30,184,47). Sum of RGB (Red+Green+Blue) = 30+184+47=261 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.49% from 261); Green value is 184 (72.27% from 255 or 70.50% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 184 - color contains mainly: green. Hex color #1EB82F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EB82F is #E147D0. Grayscale: #7A7A7A. Windows color (decimal): -14763985 or 3127326. OLE color: 3127326.
HSL color Cylindrical-coordinate representation of color #1EB82F: hue angle of 126.62º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EB82F is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 30 | 184 | 47 | - |
| CMYK | 0.84 | 0 | 0.74 | 0.28 |
| HSL | 126.62º | 0.72% | 0.42% | - |
| HSV(B) | 126.62º | 0.84% | 0.72% | - |
| XYZ | 18.19 | 34.76 | 8.44 | - |
| YUV | 122.34 | 85.48 | 62.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 184 | 47 | 0.84 | 0 | 0.74 | 0.28 | 126.62 | 0.72 | 0.42 |
| Hex | 1E | B8 | 2F | 54 | 0 | 4A | 1C | 7F | 48 | 2A |
| Octal | 36 | 270 | 57 | 124 | 0 | 112 | 34 | 177 | 110 | 52 |
| Binary | 11110 | 10111000 | 101111 | 1010100 | 0 | 1001010 | 11100 | 1111111 | 1001000 | 101010 |
Color Harmonies of #1EB82F
Complementary color
Monochromatic Colors of #1EB82F
Black with #1EB82F
Text Example
Text Example
White with #1EB82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB82F; }
p { color: rgb(30,184,47); }
H1.HeaderClassName
{
color: #1EB82F;
}
.AnyTagClassName
{
color: #1EB82F;
}
</style>
background-color css
<style>
a { background-color: #1EB82F; }
a { background-color: rgb(30,184,47); }
div.DivClassName
{
background-color: #1EB82F;
}
.BgClassName
{
background-color: #1EB82F;
}
</style>
border-color css
<style>
span { border-color: #1EB82F; }
span { border-color: rgb(30,184,47); }
td.TdClassName
{
border-color: #1EB82F;
}
.TagClassName
{
border-color: #1EB82F;
}
</style>