Shades of Lime Green #1ED930
Tints of Lime Green #1ED930
RGB
CMYK
RGB Variations
Color information
#1ED930 (or 0x1ED930) is known color: Lime Green. HEX triplet: 1E, D9 and 30. RGB value is (30,217,48). Sum of RGB (Red+Green+Blue) = 30+217+48=295 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.17% from 295); Green value is 217 (85.16% from 255 or 73.56% from 295); Blue value is 48 (19.14% from 255 or 16.27% from 295); Max value from RGB is 217 - color contains mainly: green. Hex color #1ED930 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED930 is #E126CF. Grayscale: #8E8E8E. Windows color (decimal): -14755536 or 3201310. OLE color: 3201310.
HSL color Cylindrical-coordinate representation of color #1ED930: hue angle of 125.78º 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 #1ED930 is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 217 | 48 | - |
| CMYK | 0.86 | 0 | 0.78 | 0.15 |
| HSL | 125.78º | 0.76% | 0.48% | - |
| HSV(B) | 125.78º | 0.86% | 0.85% | - |
| XYZ | 25.88 | 50.12 | 11.11 | - |
| YUV | 141.82 | 75.05 | 48.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 217 | 48 | 0.86 | 0 | 0.78 | 0.15 | 125.78 | 0.76 | 0.48 |
| Hex | 1E | D9 | 30 | 56 | 0 | 4E | F | 7E | 4C | 30 |
| Octal | 36 | 331 | 60 | 126 | 0 | 116 | 17 | 176 | 114 | 60 |
| Binary | 11110 | 11011001 | 110000 | 1010110 | 0 | 1001110 | 1111 | 1111110 | 1001100 | 110000 |
Color Harmonies of #1ED930
Complementary color
Monochromatic Colors of #1ED930
Black with #1ED930
Text Example
Text Example
White with #1ED930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED930; }
p { color: rgb(30,217,48); }
H1.HeaderClassName
{
color: #1ED930;
}
.AnyTagClassName
{
color: #1ED930;
}
</style>
background-color css
<style>
a { background-color: #1ED930; }
a { background-color: rgb(30,217,48); }
div.DivClassName
{
background-color: #1ED930;
}
.BgClassName
{
background-color: #1ED930;
}
</style>
border-color css
<style>
span { border-color: #1ED930; }
span { border-color: rgb(30,217,48); }
td.TdClassName
{
border-color: #1ED930;
}
.TagClassName
{
border-color: #1ED930;
}
</style>