Shades of Lime Green #1EB31C
Tints of Lime Green #1EB31C
RGB
CMYK
RGB Variations
Color information
#1EB31C (or 0x1EB31C) is known color: Lime Green. HEX triplet: 1E, B3 and 1C. RGB value is (30,179,28). Sum of RGB (Red+Green+Blue) = 30+179+28=237 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.66% from 237); Green value is 179 (70.31% from 255 or 75.53% from 237); Blue value is 28 (11.33% from 255 or 11.81% from 237); Max value from RGB is 179 - color contains mainly: green. Hex color #1EB31C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EB31C is #E14CE3. Grayscale: #757575. Windows color (decimal): -14765284 or 1880862. OLE color: 1880862.
HSL color Cylindrical-coordinate representation of color #1EB31C: hue angle of 119.21º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1EB31C is Cyan = 0.83, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 30 | 179 | 28 | - |
| CMYK | 0.83 | 0 | 0.84 | 0.30 |
| HSL | 119.21º | 0.73% | 0.41% | - |
| HSV(B) | 119.21º | 0.84% | 0.7% | - |
| XYZ | 16.87 | 32.6 | 6.5 | - |
| YUV | 117.24 | 77.64 | 65.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 179 | 28 | 0.83 | 0 | 0.84 | 0.30 | 119.21 | 0.73 | 0.41 |
| Hex | 1E | B3 | 1C | 53 | 0 | 54 | 1E | 77 | 49 | 29 |
| Octal | 36 | 263 | 34 | 123 | 0 | 124 | 36 | 167 | 111 | 51 |
| Binary | 11110 | 10110011 | 11100 | 1010011 | 0 | 1010100 | 11110 | 1110111 | 1001001 | 101001 |
Color Harmonies of #1EB31C
Complementary color
Monochromatic Colors of #1EB31C
Black with #1EB31C
Text Example
Text Example
White with #1EB31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EB31C; }
p { color: rgb(30,179,28); }
H1.HeaderClassName
{
color: #1EB31C;
}
.AnyTagClassName
{
color: #1EB31C;
}
</style>
background-color css
<style>
a { background-color: #1EB31C; }
a { background-color: rgb(30,179,28); }
div.DivClassName
{
background-color: #1EB31C;
}
.BgClassName
{
background-color: #1EB31C;
}
</style>
border-color css
<style>
span { border-color: #1EB31C; }
span { border-color: rgb(30,179,28); }
td.TdClassName
{
border-color: #1EB31C;
}
.TagClassName
{
border-color: #1EB31C;
}
</style>