Shades of Lime Green #1ED92A
Tints of Lime Green #1ED92A
RGB
CMYK
RGB Variations
Color information
#1ED92A (or 0x1ED92A) is known color: Lime Green. HEX triplet: 1E, D9 and 2A. RGB value is (30,217,42). Sum of RGB (Red+Green+Blue) = 30+217+42=289 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.38% from 289); Green value is 217 (85.16% from 255 or 75.09% from 289); Blue value is 42 (16.80% from 255 or 14.53% from 289); Max value from RGB is 217 - color contains mainly: green. Hex color #1ED92A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED92A is #E126D5. Grayscale: #8D8D8D. Windows color (decimal): -14755542 or 2808094. OLE color: 2808094.
HSL color Cylindrical-coordinate representation of color #1ED92A: hue angle of 123.85º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED92A is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 217 | 42 | - |
| CMYK | 0.86 | 0 | 0.81 | 0.15 |
| HSL | 123.85º | 0.76% | 0.48% | - |
| HSV(B) | 123.85º | 0.86% | 0.85% | - |
| XYZ | 25.77 | 50.07 | 10.5 | - |
| YUV | 141.14 | 72.05 | 48.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 217 | 42 | 0.86 | 0 | 0.81 | 0.15 | 123.85 | 0.76 | 0.48 |
| Hex | 1E | D9 | 2A | 56 | 0 | 51 | F | 7C | 4C | 30 |
| Octal | 36 | 331 | 52 | 126 | 0 | 121 | 17 | 174 | 114 | 60 |
| Binary | 11110 | 11011001 | 101010 | 1010110 | 0 | 1010001 | 1111 | 1111100 | 1001100 | 110000 |
Color Harmonies of #1ED92A
Complementary color
Monochromatic Colors of #1ED92A
Black with #1ED92A
Text Example
Text Example
White with #1ED92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED92A; }
p { color: rgb(30,217,42); }
H1.HeaderClassName
{
color: #1ED92A;
}
.AnyTagClassName
{
color: #1ED92A;
}
</style>
background-color css
<style>
a { background-color: #1ED92A; }
a { background-color: rgb(30,217,42); }
div.DivClassName
{
background-color: #1ED92A;
}
.BgClassName
{
background-color: #1ED92A;
}
</style>
border-color css
<style>
span { border-color: #1ED92A; }
span { border-color: rgb(30,217,42); }
td.TdClassName
{
border-color: #1ED92A;
}
.TagClassName
{
border-color: #1ED92A;
}
</style>