Shades of Lime Green #1FE131
Tints of Lime Green #1FE131
RGB
CMYK
RGB Variations
Color information
#1FE131 (or 0x1FE131) is known color: Lime Green. HEX triplet: 1F, E1 and 31. RGB value is (31,225,49). Sum of RGB (Red+Green+Blue) = 31+225+49=305 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.16% from 305); Green value is 225 (88.28% from 255 or 73.77% from 305); Blue value is 49 (19.53% from 255 or 16.07% from 305); Max value from RGB is 225 - color contains mainly: green. Hex color #1FE131 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FE131 is #E01ECE. Grayscale: #939393. Windows color (decimal): -14687951 or 3268895. OLE color: 3268895.
HSL color Cylindrical-coordinate representation of color #1FE131: hue angle of 125.57º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FE131 is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 31 | 225 | 49 | - |
| CMYK | 0.86 | 0 | 0.78 | 0.12 |
| HSL | 125.57º | 0.76% | 0.5% | - |
| HSV(B) | 125.57º | 0.86% | 0.88% | - |
| XYZ | 28.04 | 54.36 | 11.92 | - |
| YUV | 146.93 | 72.73 | 45.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 225 | 49 | 0.86 | 0 | 0.78 | 0.12 | 125.57 | 0.76 | 0.5 |
| Hex | 1F | E1 | 31 | 56 | 0 | 4E | C | 7E | 4C | 32 |
| Octal | 37 | 341 | 61 | 126 | 0 | 116 | 14 | 176 | 114 | 62 |
| Binary | 11111 | 11100001 | 110001 | 1010110 | 0 | 1001110 | 1100 | 1111110 | 1001100 | 110010 |
Color Harmonies of #1FE131
Complementary color
Monochromatic Colors of #1FE131
Black with #1FE131
Text Example
Text Example
White with #1FE131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE131; }
p { color: rgb(31,225,49); }
H1.HeaderClassName
{
color: #1FE131;
}
.AnyTagClassName
{
color: #1FE131;
}
</style>
background-color css
<style>
a { background-color: #1FE131; }
a { background-color: rgb(31,225,49); }
div.DivClassName
{
background-color: #1FE131;
}
.BgClassName
{
background-color: #1FE131;
}
</style>
border-color css
<style>
span { border-color: #1FE131; }
span { border-color: rgb(31,225,49); }
td.TdClassName
{
border-color: #1FE131;
}
.TagClassName
{
border-color: #1FE131;
}
</style>