Shades of Lime Green #1ED83A
Tints of Lime Green #1ED83A
RGB
CMYK
RGB Variations
Color information
#1ED83A (or 0x1ED83A) is known color: Lime Green. HEX triplet: 1E, D8 and 3A. RGB value is (30,216,58). Sum of RGB (Red+Green+Blue) = 30+216+58=304 (40% of max value = 765). Red value is 30 (12.11% from 255 or 9.87% from 304); Green value is 216 (84.77% from 255 or 71.05% from 304); Blue value is 58 (23.05% from 255 or 19.08% from 304); Max value from RGB is 216 - color contains mainly: green. Hex color #1ED83A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED83A is #E127C5. Grayscale: #8E8E8E. Windows color (decimal): -14755782 or 3856414. OLE color: 3856414.
HSL color Cylindrical-coordinate representation of color #1ED83A: hue angle of 129.03º 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 #1ED83A is Cyan = 0.86, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 216 | 58 | - |
| CMYK | 0.86 | 0 | 0.73 | 0.15 |
| HSL | 129.03º | 0.76% | 0.48% | - |
| HSV(B) | 129.03º | 0.86% | 0.85% | - |
| XYZ | 25.86 | 49.69 | 12.23 | - |
| YUV | 142.37 | 80.38 | 47.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 216 | 58 | 0.86 | 0 | 0.73 | 0.15 | 129.03 | 0.76 | 0.48 |
| Hex | 1E | D8 | 3A | 56 | 0 | 49 | F | 81 | 4C | 30 |
| Octal | 36 | 330 | 72 | 126 | 0 | 111 | 17 | 201 | 114 | 60 |
| Binary | 11110 | 11011000 | 111010 | 1010110 | 0 | 1001001 | 1111 | 10000001 | 1001100 | 110000 |
Color Harmonies of #1ED83A
Complementary color
Monochromatic Colors of #1ED83A
Black with #1ED83A
Text Example
Text Example
White with #1ED83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED83A; }
p { color: rgb(30,216,58); }
H1.HeaderClassName
{
color: #1ED83A;
}
.AnyTagClassName
{
color: #1ED83A;
}
</style>
background-color css
<style>
a { background-color: #1ED83A; }
a { background-color: rgb(30,216,58); }
div.DivClassName
{
background-color: #1ED83A;
}
.BgClassName
{
background-color: #1ED83A;
}
</style>
border-color css
<style>
span { border-color: #1ED83A; }
span { border-color: rgb(30,216,58); }
td.TdClassName
{
border-color: #1ED83A;
}
.TagClassName
{
border-color: #1ED83A;
}
</style>