Shades of Lime Green #1EEB2E
Tints of Lime Green #1EEB2E
RGB
CMYK
RGB Variations
Color information
#1EEB2E (or 0x1EEB2E) is known color: Lime Green. HEX triplet: 1E, EB and 2E. RGB value is (30,235,46). Sum of RGB (Red+Green+Blue) = 30+235+46=311 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.65% from 311); Green value is 235 (92.19% from 255 or 75.56% from 311); Blue value is 46 (18.36% from 255 or 14.79% from 311); Max value from RGB is 235 - color contains mainly: green. Hex color #1EEB2E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1EEB2E is #E114D1. Grayscale: #989898. Windows color (decimal): -14750930 or 3074846. OLE color: 3074846.
HSL color Cylindrical-coordinate representation of color #1EEB2E: hue angle of 124.68º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EEB2E is Cyan = 0.87, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 30 | 235 | 46 | - |
| CMYK | 0.87 | 0 | 0.80 | 0.08 |
| HSL | 124.68º | 0.84% | 0.52% | - |
| HSV(B) | 124.68º | 0.87% | 0.92% | - |
| XYZ | 30.74 | 59.89 | 12.52 | - |
| YUV | 152.16 | 68.08 | 40.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 235 | 46 | 0.87 | 0 | 0.80 | 0.08 | 124.68 | 0.84 | 0.52 |
| Hex | 1E | EB | 2E | 57 | 0 | 50 | 8 | 7D | 54 | 34 |
| Octal | 36 | 353 | 56 | 127 | 0 | 120 | 10 | 175 | 124 | 64 |
| Binary | 11110 | 11101011 | 101110 | 1010111 | 0 | 1010000 | 1000 | 1111101 | 1010100 | 110100 |
Color Harmonies of #1EEB2E
Complementary color
Monochromatic Colors of #1EEB2E
Black with #1EEB2E
Text Example
Text Example
White with #1EEB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EEB2E; }
p { color: rgb(30,235,46); }
H1.HeaderClassName
{
color: #1EEB2E;
}
.AnyTagClassName
{
color: #1EEB2E;
}
</style>
background-color css
<style>
a { background-color: #1EEB2E; }
a { background-color: rgb(30,235,46); }
div.DivClassName
{
background-color: #1EEB2E;
}
.BgClassName
{
background-color: #1EEB2E;
}
</style>
border-color css
<style>
span { border-color: #1EEB2E; }
span { border-color: rgb(30,235,46); }
td.TdClassName
{
border-color: #1EEB2E;
}
.TagClassName
{
border-color: #1EEB2E;
}
</style>