Shades of Lime Green #1EBE2D
Tints of Lime Green #1EBE2D
RGB
CMYK
RGB Variations
Color information
#1EBE2D (or 0x1EBE2D) is known color: Lime Green. HEX triplet: 1E, BE and 2D. RGB value is (30,190,45). Sum of RGB (Red+Green+Blue) = 30+190+45=265 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.32% from 265); Green value is 190 (74.61% from 255 or 71.70% from 265); Blue value is 45 (17.97% from 255 or 16.98% from 265); Max value from RGB is 190 - color contains mainly: green. Hex color #1EBE2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EBE2D is #E141D2. Grayscale: #7E7E7E. Windows color (decimal): -14762451 or 2997790. OLE color: 2997790.
HSL color Cylindrical-coordinate representation of color #1EBE2D: hue angle of 125.62º 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 #1EBE2D is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 30 | 190 | 45 | - |
| CMYK | 0.84 | 0 | 0.76 | 0.25 |
| HSL | 125.63º | 0.73% | 0.43% | - |
| HSV(B) | 125.63º | 0.84% | 0.75% | - |
| XYZ | 19.42 | 37.29 | 8.66 | - |
| YUV | 125.63 | 82.49 | 59.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 190 | 45 | 0.84 | 0 | 0.76 | 0.25 | 125.63 | 0.73 | 0.43 |
| Hex | 1E | BE | 2D | 54 | 0 | 4C | 19 | 7E | 49 | 2B |
| Octal | 36 | 276 | 55 | 124 | 0 | 114 | 31 | 176 | 111 | 53 |
| Binary | 11110 | 10111110 | 101101 | 1010100 | 0 | 1001100 | 11001 | 1111110 | 1001001 | 101011 |
Color Harmonies of #1EBE2D
Complementary color
Monochromatic Colors of #1EBE2D
Black with #1EBE2D
Text Example
Text Example
White with #1EBE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EBE2D; }
p { color: rgb(30,190,45); }
H1.HeaderClassName
{
color: #1EBE2D;
}
.AnyTagClassName
{
color: #1EBE2D;
}
</style>
background-color css
<style>
a { background-color: #1EBE2D; }
a { background-color: rgb(30,190,45); }
div.DivClassName
{
background-color: #1EBE2D;
}
.BgClassName
{
background-color: #1EBE2D;
}
</style>
border-color css
<style>
span { border-color: #1EBE2D; }
span { border-color: rgb(30,190,45); }
td.TdClassName
{
border-color: #1EBE2D;
}
.TagClassName
{
border-color: #1EBE2D;
}
</style>