Shades of Lime Green #1EDC25
Tints of Lime Green #1EDC25
RGB
CMYK
RGB Variations
Color information
#1EDC25 (or 0x1EDC25) is known color: Lime Green. HEX triplet: 1E, DC and 25. RGB value is (30,220,37). Sum of RGB (Red+Green+Blue) = 30+220+37=287 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.45% from 287); Green value is 220 (86.33% from 255 or 76.66% from 287); Blue value is 37 (14.84% from 255 or 12.89% from 287); Max value from RGB is 220 - color contains mainly: green. Hex color #1EDC25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1EDC25 is #E123DA. Grayscale: #8E8E8E. Windows color (decimal): -14754779 or 2481182. OLE color: 2481182.
HSL color Cylindrical-coordinate representation of color #1EDC25: hue angle of 122.21º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDC25 is Cyan = 0.86, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 220 | 37 | - |
| CMYK | 0.86 | 0 | 0.83 | 0.14 |
| HSL | 122.21º | 0.76% | 0.49% | - |
| HSV(B) | 122.21º | 0.86% | 0.86% | - |
| XYZ | 26.46 | 51.6 | 10.31 | - |
| YUV | 142.33 | 68.55 | 47.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 220 | 37 | 0.86 | 0 | 0.83 | 0.14 | 122.21 | 0.76 | 0.49 |
| Hex | 1E | DC | 25 | 56 | 0 | 53 | E | 7A | 4C | 31 |
| Octal | 36 | 334 | 45 | 126 | 0 | 123 | 16 | 172 | 114 | 61 |
| Binary | 11110 | 11011100 | 100101 | 1010110 | 0 | 1010011 | 1110 | 1111010 | 1001100 | 110001 |
Color Harmonies of #1EDC25
Complementary color
Monochromatic Colors of #1EDC25
Black with #1EDC25
Text Example
Text Example
White with #1EDC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDC25; }
p { color: rgb(30,220,37); }
H1.HeaderClassName
{
color: #1EDC25;
}
.AnyTagClassName
{
color: #1EDC25;
}
</style>
background-color css
<style>
a { background-color: #1EDC25; }
a { background-color: rgb(30,220,37); }
div.DivClassName
{
background-color: #1EDC25;
}
.BgClassName
{
background-color: #1EDC25;
}
</style>
border-color css
<style>
span { border-color: #1EDC25; }
span { border-color: rgb(30,220,37); }
td.TdClassName
{
border-color: #1EDC25;
}
.TagClassName
{
border-color: #1EDC25;
}
</style>