Shades of Lime Green #1ECF25
Tints of Lime Green #1ECF25
RGB
CMYK
RGB Variations
Color information
#1ECF25 (or 0x1ECF25) is known color: Lime Green. HEX triplet: 1E, CF and 25. RGB value is (30,207,37). Sum of RGB (Red+Green+Blue) = 30+207+37=274 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.95% from 274); Green value is 207 (81.25% from 255 or 75.55% from 274); Blue value is 37 (14.84% from 255 or 13.50% from 274); Max value from RGB is 207 - color contains mainly: green. Hex color #1ECF25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ECF25 is #E130DA. Grayscale: #878787. Windows color (decimal): -14758107 or 2477854. OLE color: 2477854.
HSL color Cylindrical-coordinate representation of color #1ECF25: hue angle of 122.37º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ECF25 is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 207 | 37 | - |
| CMYK | 0.86 | 0 | 0.82 | 0.19 |
| HSL | 122.37º | 0.75% | 0.46% | - |
| HSV(B) | 122.37º | 0.86% | 0.81% | - |
| XYZ | 23.18 | 45.04 | 9.22 | - |
| YUV | 134.7 | 72.86 | 53.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 207 | 37 | 0.86 | 0 | 0.82 | 0.19 | 122.37 | 0.75 | 0.46 |
| Hex | 1E | CF | 25 | 56 | 0 | 52 | 13 | 7A | 4B | 2E |
| Octal | 36 | 317 | 45 | 126 | 0 | 122 | 23 | 172 | 113 | 56 |
| Binary | 11110 | 11001111 | 100101 | 1010110 | 0 | 1010010 | 10011 | 1111010 | 1001011 | 101110 |
Color Harmonies of #1ECF25
Complementary color
Monochromatic Colors of #1ECF25
Black with #1ECF25
Text Example
Text Example
White with #1ECF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECF25; }
p { color: rgb(30,207,37); }
H1.HeaderClassName
{
color: #1ECF25;
}
.AnyTagClassName
{
color: #1ECF25;
}
</style>
background-color css
<style>
a { background-color: #1ECF25; }
a { background-color: rgb(30,207,37); }
div.DivClassName
{
background-color: #1ECF25;
}
.BgClassName
{
background-color: #1ECF25;
}
</style>
border-color css
<style>
span { border-color: #1ECF25; }
span { border-color: rgb(30,207,37); }
td.TdClassName
{
border-color: #1ECF25;
}
.TagClassName
{
border-color: #1ECF25;
}
</style>