Shades of Lime Green #1ED72C
Tints of Lime Green #1ED72C
RGB
CMYK
RGB Variations
Color information
#1ED72C (or 0x1ED72C) is known color: Lime Green. HEX triplet: 1E, D7 and 2C. RGB value is (30,215,44). Sum of RGB (Red+Green+Blue) = 30+215+44=289 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.38% from 289); Green value is 215 (84.38% from 255 or 74.39% from 289); Blue value is 44 (17.58% from 255 or 15.22% from 289); Max value from RGB is 215 - color contains mainly: green. Hex color #1ED72C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ED72C is #E128D3. Grayscale: #8C8C8C. Windows color (decimal): -14756052 or 2938654. OLE color: 2938654.
HSL color Cylindrical-coordinate representation of color #1ED72C: hue angle of 124.54º degrees, saturation: 0.76, 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 #1ED72C is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 30 | 215 | 44 | - |
| CMYK | 0.86 | 0 | 0.80 | 0.16 |
| HSL | 124.54º | 0.76% | 0.48% | - |
| HSV(B) | 124.54º | 0.86% | 0.84% | - |
| XYZ | 25.29 | 49.06 | 10.52 | - |
| YUV | 140.19 | 73.71 | 49.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 215 | 44 | 0.86 | 0 | 0.80 | 0.16 | 124.54 | 0.76 | 0.48 |
| Hex | 1E | D7 | 2C | 56 | 0 | 50 | 10 | 7D | 4C | 30 |
| Octal | 36 | 327 | 54 | 126 | 0 | 120 | 20 | 175 | 114 | 60 |
| Binary | 11110 | 11010111 | 101100 | 1010110 | 0 | 1010000 | 10000 | 1111101 | 1001100 | 110000 |
Color Harmonies of #1ED72C
Complementary color
Monochromatic Colors of #1ED72C
Black with #1ED72C
Text Example
Text Example
White with #1ED72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED72C; }
p { color: rgb(30,215,44); }
H1.HeaderClassName
{
color: #1ED72C;
}
.AnyTagClassName
{
color: #1ED72C;
}
</style>
background-color css
<style>
a { background-color: #1ED72C; }
a { background-color: rgb(30,215,44); }
div.DivClassName
{
background-color: #1ED72C;
}
.BgClassName
{
background-color: #1ED72C;
}
</style>
border-color css
<style>
span { border-color: #1ED72C; }
span { border-color: rgb(30,215,44); }
td.TdClassName
{
border-color: #1ED72C;
}
.TagClassName
{
border-color: #1ED72C;
}
</style>