Shades of Lime Green #1EB82D
Tints of Lime Green #1EB82D
RGB
CMYK
RGB Variations
Color information
#1EB82D (or 0x1EB82D) is known color: Lime Green. HEX triplet: 1E, B8 and 2D. RGB value is (30,184,45). Sum of RGB (Red+Green+Blue) = 30+184+45=259 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.58% from 259); Green value is 184 (72.27% from 255 or 71.04% from 259); Blue value is 45 (17.97% from 255 or 17.37% from 259); Max value from RGB is 184 - color contains mainly: green. Hex color #1EB82D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EB82D is #E147D2. Grayscale: #7A7A7A. Windows color (decimal): -14763987 or 2996254. OLE color: 2996254.
HSL color Cylindrical-coordinate representation of color #1EB82D: hue angle of 125.84º 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 #1EB82D is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 30 | 184 | 45 | - |
| CMYK | 0.84 | 0 | 0.76 | 0.28 |
| HSL | 125.84º | 0.72% | 0.42% | - |
| HSV(B) | 125.84º | 0.84% | 0.72% | - |
| XYZ | 18.15 | 34.75 | 8.23 | - |
| YUV | 122.11 | 84.48 | 62.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 184 | 45 | 0.84 | 0 | 0.76 | 0.28 | 125.84 | 0.72 | 0.42 |
| Hex | 1E | B8 | 2D | 54 | 0 | 4C | 1C | 7E | 48 | 2A |
| Octal | 36 | 270 | 55 | 124 | 0 | 114 | 34 | 176 | 110 | 52 |
| Binary | 11110 | 10111000 | 101101 | 1010100 | 0 | 1001100 | 11100 | 1111110 | 1001000 | 101010 |
Color Harmonies of #1EB82D
Complementary color
Monochromatic Colors of #1EB82D
Black with #1EB82D
Text Example
Text Example
White with #1EB82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB82D; }
p { color: rgb(30,184,45); }
H1.HeaderClassName
{
color: #1EB82D;
}
.AnyTagClassName
{
color: #1EB82D;
}
</style>
background-color css
<style>
a { background-color: #1EB82D; }
a { background-color: rgb(30,184,45); }
div.DivClassName
{
background-color: #1EB82D;
}
.BgClassName
{
background-color: #1EB82D;
}
</style>
border-color css
<style>
span { border-color: #1EB82D; }
span { border-color: rgb(30,184,45); }
td.TdClassName
{
border-color: #1EB82D;
}
.TagClassName
{
border-color: #1EB82D;
}
</style>