Shades of Lime Green #1EBF2E
Tints of Lime Green #1EBF2E
RGB
CMYK
RGB Variations
Color information
#1EBF2E (or 0x1EBF2E) is known color: Lime Green. HEX triplet: 1E, BF and 2E. RGB value is (30,191,46). Sum of RGB (Red+Green+Blue) = 30+191+46=267 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.24% from 267); Green value is 191 (75% from 255 or 71.54% from 267); Blue value is 46 (18.36% from 255 or 17.23% from 267); Max value from RGB is 191 - color contains mainly: green. Hex color #1EBF2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EBF2E is #E140D1. Grayscale: #7E7E7E. Windows color (decimal): -14762194 or 3063582. OLE color: 3063582.
HSL color Cylindrical-coordinate representation of color #1EBF2E: hue angle of 125.96º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EBF2E is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 191 | 46 | - |
| CMYK | 0.84 | 0 | 0.76 | 0.25 |
| HSL | 125.96º | 0.73% | 0.43% | - |
| HSV(B) | 125.96º | 0.84% | 0.75% | - |
| XYZ | 19.66 | 37.73 | 8.83 | - |
| YUV | 126.33 | 82.66 | 59.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 191 | 46 | 0.84 | 0 | 0.76 | 0.25 | 125.96 | 0.73 | 0.43 |
| Hex | 1E | BF | 2E | 54 | 0 | 4C | 19 | 7E | 49 | 2B |
| Octal | 36 | 277 | 56 | 124 | 0 | 114 | 31 | 176 | 111 | 53 |
| Binary | 11110 | 10111111 | 101110 | 1010100 | 0 | 1001100 | 11001 | 1111110 | 1001001 | 101011 |
Color Harmonies of #1EBF2E
Complementary color
Monochromatic Colors of #1EBF2E
Black with #1EBF2E
Text Example
Text Example
White with #1EBF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBF2E; }
p { color: rgb(30,191,46); }
H1.HeaderClassName
{
color: #1EBF2E;
}
.AnyTagClassName
{
color: #1EBF2E;
}
</style>
background-color css
<style>
a { background-color: #1EBF2E; }
a { background-color: rgb(30,191,46); }
div.DivClassName
{
background-color: #1EBF2E;
}
.BgClassName
{
background-color: #1EBF2E;
}
</style>
border-color css
<style>
span { border-color: #1EBF2E; }
span { border-color: rgb(30,191,46); }
td.TdClassName
{
border-color: #1EBF2E;
}
.TagClassName
{
border-color: #1EBF2E;
}
</style>