Shades of Lime Green #1ED538
Tints of Lime Green #1ED538
RGB
CMYK
RGB Variations
Color information
#1ED538 (or 0x1ED538) is known color: Lime Green. HEX triplet: 1E, D5 and 38. RGB value is (30,213,56). Sum of RGB (Red+Green+Blue) = 30+213+56=299 (39% of max value = 765). Red value is 30 (12.11% from 255 or 10.03% from 299); Green value is 213 (83.59% from 255 or 71.24% from 299); Blue value is 56 (22.27% from 255 or 18.73% from 299); Max value from RGB is 213 - color contains mainly: green. Hex color #1ED538 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED538 is #E12AC7. Grayscale: #8C8C8C. Windows color (decimal): -14756552 or 3724574. OLE color: 3724574.
HSL color Cylindrical-coordinate representation of color #1ED538: hue angle of 128.52º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ED538 is Cyan = 0.86, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 30 | 213 | 56 | - |
| CMYK | 0.86 | 0 | 0.74 | 0.16 |
| HSL | 128.52º | 0.75% | 0.48% | - |
| HSV(B) | 128.52º | 0.86% | 0.84% | - |
| XYZ | 25.04 | 48.15 | 11.72 | - |
| YUV | 140.39 | 80.37 | 49.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 213 | 56 | 0.86 | 0 | 0.74 | 0.16 | 128.52 | 0.75 | 0.48 |
| Hex | 1E | D5 | 38 | 56 | 0 | 4A | 10 | 81 | 4B | 30 |
| Octal | 36 | 325 | 70 | 126 | 0 | 112 | 20 | 201 | 113 | 60 |
| Binary | 11110 | 11010101 | 111000 | 1010110 | 0 | 1001010 | 10000 | 10000001 | 1001011 | 110000 |
Color Harmonies of #1ED538
Complementary color
Monochromatic Colors of #1ED538
Black with #1ED538
Text Example
Text Example
White with #1ED538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED538; }
p { color: rgb(30,213,56); }
H1.HeaderClassName
{
color: #1ED538;
}
.AnyTagClassName
{
color: #1ED538;
}
</style>
background-color css
<style>
a { background-color: #1ED538; }
a { background-color: rgb(30,213,56); }
div.DivClassName
{
background-color: #1ED538;
}
.BgClassName
{
background-color: #1ED538;
}
</style>
border-color css
<style>
span { border-color: #1ED538; }
span { border-color: rgb(30,213,56); }
td.TdClassName
{
border-color: #1ED538;
}
.TagClassName
{
border-color: #1ED538;
}
</style>