Shades of Lime Green #1ECF31
Tints of Lime Green #1ECF31
RGB
CMYK
RGB Variations
Color information
#1ECF31 (or 0x1ECF31) is known color: Lime Green. HEX triplet: 1E, CF and 31. RGB value is (30,207,49). Sum of RGB (Red+Green+Blue) = 30+207+49=286 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.49% from 286); Green value is 207 (81.25% from 255 or 72.38% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 207 - color contains mainly: green. Hex color #1ECF31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ECF31 is #E130CE. Grayscale: #888888. Windows color (decimal): -14758095 or 3264286. OLE color: 3264286.
HSL color Cylindrical-coordinate representation of color #1ECF31: hue angle of 126.44º 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 #1ECF31 is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 207 | 49 | - |
| CMYK | 0.86 | 0 | 0.76 | 0.19 |
| HSL | 126.44º | 0.75% | 0.46% | - |
| HSV(B) | 126.44º | 0.86% | 0.81% | - |
| XYZ | 23.4 | 45.12 | 10.38 | - |
| YUV | 136.07 | 78.86 | 52.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 207 | 49 | 0.86 | 0 | 0.76 | 0.19 | 126.44 | 0.75 | 0.46 |
| Hex | 1E | CF | 31 | 56 | 0 | 4C | 13 | 7E | 4B | 2E |
| Octal | 36 | 317 | 61 | 126 | 0 | 114 | 23 | 176 | 113 | 56 |
| Binary | 11110 | 11001111 | 110001 | 1010110 | 0 | 1001100 | 10011 | 1111110 | 1001011 | 101110 |
Color Harmonies of #1ECF31
Complementary color
Monochromatic Colors of #1ECF31
Black with #1ECF31
Text Example
Text Example
White with #1ECF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECF31; }
p { color: rgb(30,207,49); }
H1.HeaderClassName
{
color: #1ECF31;
}
.AnyTagClassName
{
color: #1ECF31;
}
</style>
background-color css
<style>
a { background-color: #1ECF31; }
a { background-color: rgb(30,207,49); }
div.DivClassName
{
background-color: #1ECF31;
}
.BgClassName
{
background-color: #1ECF31;
}
</style>
border-color css
<style>
span { border-color: #1ECF31; }
span { border-color: rgb(30,207,49); }
td.TdClassName
{
border-color: #1ECF31;
}
.TagClassName
{
border-color: #1ECF31;
}
</style>