Shades of Lime Green #1EB31A
Tints of Lime Green #1EB31A
RGB
CMYK
RGB Variations
Color information
#1EB31A (or 0x1EB31A) is known color: Lime Green. HEX triplet: 1E, B3 and 1A. RGB value is (30,179,26). Sum of RGB (Red+Green+Blue) = 30+179+26=235 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.77% from 235); Green value is 179 (70.31% from 255 or 76.17% from 235); Blue value is 26 (10.55% from 255 or 11.06% from 235); Max value from RGB is 179 - color contains mainly: green. Hex color #1EB31A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EB31A is #E14CE5. Grayscale: #757575. Windows color (decimal): -14765286 or 1749790. OLE color: 1749790.
HSL color Cylindrical-coordinate representation of color #1EB31A: hue angle of 118.43º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EB31A is Cyan = 0.83, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 30 | 179 | 26 | - |
| CMYK | 0.83 | 0 | 0.85 | 0.30 |
| HSL | 118.43º | 0.75% | 0.4% | - |
| HSV(B) | 118.43º | 0.85% | 0.7% | - |
| XYZ | 16.84 | 32.59 | 6.38 | - |
| YUV | 117.01 | 76.64 | 65.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 179 | 26 | 0.83 | 0 | 0.85 | 0.30 | 118.43 | 0.75 | 0.4 |
| Hex | 1E | B3 | 1A | 53 | 0 | 55 | 1E | 76 | 4B | 28 |
| Octal | 36 | 263 | 32 | 123 | 0 | 125 | 36 | 166 | 113 | 50 |
| Binary | 11110 | 10110011 | 11010 | 1010011 | 0 | 1010101 | 11110 | 1110110 | 1001011 | 101000 |
Color Harmonies of #1EB31A
Complementary color
Monochromatic Colors of #1EB31A
Black with #1EB31A
Text Example
Text Example
White with #1EB31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB31A; }
p { color: rgb(30,179,26); }
H1.HeaderClassName
{
color: #1EB31A;
}
.AnyTagClassName
{
color: #1EB31A;
}
</style>
background-color css
<style>
a { background-color: #1EB31A; }
a { background-color: rgb(30,179,26); }
div.DivClassName
{
background-color: #1EB31A;
}
.BgClassName
{
background-color: #1EB31A;
}
</style>
border-color css
<style>
span { border-color: #1EB31A; }
span { border-color: rgb(30,179,26); }
td.TdClassName
{
border-color: #1EB31A;
}
.TagClassName
{
border-color: #1EB31A;
}
</style>