Shades of Lime Green #1ECF16
Tints of Lime Green #1ECF16
RGB
CMYK
RGB Variations
Color information
#1ECF16 (or 0x1ECF16) is known color: Lime Green. HEX triplet: 1E, CF and 16. RGB value is (30,207,22). Sum of RGB (Red+Green+Blue) = 30+207+22=259 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.58% from 259); Green value is 207 (81.25% from 255 or 79.92% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 207 - color contains mainly: green. Hex color #1ECF16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ECF16 is #E130E9. Grayscale: #858585. Windows color (decimal): -14758122 or 1494814. OLE color: 1494814.
HSL color Cylindrical-coordinate representation of color #1ECF16: hue angle of 117.41º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ECF16 is Cyan = 0.86, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 207 | 22 | - |
| CMYK | 0.86 | 0 | 0.89 | 0.19 |
| HSL | 117.41º | 0.81% | 0.45% | - |
| HSV(B) | 117.41º | 0.89% | 0.81% | - |
| XYZ | 22.99 | 44.96 | 8.23 | - |
| YUV | 132.99 | 65.36 | 54.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 207 | 22 | 0.86 | 0 | 0.89 | 0.19 | 117.41 | 0.81 | 0.45 |
| Hex | 1E | CF | 16 | 56 | 0 | 59 | 13 | 75 | 51 | 2D |
| Octal | 36 | 317 | 26 | 126 | 0 | 131 | 23 | 165 | 121 | 55 |
| Binary | 11110 | 11001111 | 10110 | 1010110 | 0 | 1011001 | 10011 | 1110101 | 1010001 | 101101 |
Color Harmonies of #1ECF16
Complementary color
Monochromatic Colors of #1ECF16
Black with #1ECF16
Text Example
Text Example
White with #1ECF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECF16; }
p { color: rgb(30,207,22); }
H1.HeaderClassName
{
color: #1ECF16;
}
.AnyTagClassName
{
color: #1ECF16;
}
</style>
background-color css
<style>
a { background-color: #1ECF16; }
a { background-color: rgb(30,207,22); }
div.DivClassName
{
background-color: #1ECF16;
}
.BgClassName
{
background-color: #1ECF16;
}
</style>
border-color css
<style>
span { border-color: #1ECF16; }
span { border-color: rgb(30,207,22); }
td.TdClassName
{
border-color: #1ECF16;
}
.TagClassName
{
border-color: #1ECF16;
}
</style>