Shades of Lime Green #1FE129
Tints of Lime Green #1FE129
RGB
CMYK
RGB Variations
Color information
#1FE129 (or 0x1FE129) is known color: Lime Green. HEX triplet: 1F, E1 and 29. RGB value is (31,225,41). Sum of RGB (Red+Green+Blue) = 31+225+41=297 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.44% from 297); Green value is 225 (88.28% from 255 or 75.76% from 297); Blue value is 41 (16.41% from 255 or 13.80% from 297); Max value from RGB is 225 - color contains mainly: green. Hex color #1FE129 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FE129 is #E01ED6. Grayscale: #929292. Windows color (decimal): -14687959 or 2744607. OLE color: 2744607.
HSL color Cylindrical-coordinate representation of color #1FE129: hue angle of 123.09º 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 #1FE129 is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 31 | 225 | 41 | - |
| CMYK | 0.86 | 0 | 0.82 | 0.12 |
| HSL | 123.09º | 0.76% | 0.5% | - |
| HSV(B) | 123.09º | 0.86% | 0.88% | - |
| XYZ | 27.89 | 54.3 | 11.11 | - |
| YUV | 146.02 | 68.73 | 45.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 225 | 41 | 0.86 | 0 | 0.82 | 0.12 | 123.09 | 0.76 | 0.5 |
| Hex | 1F | E1 | 29 | 56 | 0 | 52 | C | 7B | 4C | 32 |
| Octal | 37 | 341 | 51 | 126 | 0 | 122 | 14 | 173 | 114 | 62 |
| Binary | 11111 | 11100001 | 101001 | 1010110 | 0 | 1010010 | 1100 | 1111011 | 1001100 | 110010 |
Color Harmonies of #1FE129
Complementary color
Monochromatic Colors of #1FE129
Black with #1FE129
Text Example
Text Example
White with #1FE129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE129; }
p { color: rgb(31,225,41); }
H1.HeaderClassName
{
color: #1FE129;
}
.AnyTagClassName
{
color: #1FE129;
}
</style>
background-color css
<style>
a { background-color: #1FE129; }
a { background-color: rgb(31,225,41); }
div.DivClassName
{
background-color: #1FE129;
}
.BgClassName
{
background-color: #1FE129;
}
</style>
border-color css
<style>
span { border-color: #1FE129; }
span { border-color: rgb(31,225,41); }
td.TdClassName
{
border-color: #1FE129;
}
.TagClassName
{
border-color: #1FE129;
}
</style>