Shades of Lime Green #1FE128
Tints of Lime Green #1FE128
RGB
CMYK
RGB Variations
Color information
#1FE128 (or 0x1FE128) is known color: Lime Green. HEX triplet: 1F, E1 and 28. RGB value is (31,225,40). Sum of RGB (Red+Green+Blue) = 31+225+40=296 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.47% from 296); Green value is 225 (88.28% from 255 or 76.01% from 296); Blue value is 40 (16.02% from 255 or 13.51% from 296); Max value from RGB is 225 - color contains mainly: green. Hex color #1FE128 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FE128 is #E01ED7. Grayscale: #929292. Windows color (decimal): -14687960 or 2679071. OLE color: 2679071.
HSL color Cylindrical-coordinate representation of color #1FE128: hue angle of 122.78º 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 #1FE128 is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 31 | 225 | 40 | - |
| CMYK | 0.86 | 0 | 0.82 | 0.12 |
| HSL | 122.78º | 0.76% | 0.5% | - |
| HSV(B) | 122.78º | 0.86% | 0.88% | - |
| XYZ | 27.87 | 54.29 | 11.02 | - |
| YUV | 145.9 | 68.23 | 46.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 225 | 40 | 0.86 | 0 | 0.82 | 0.12 | 122.78 | 0.76 | 0.5 |
| Hex | 1F | E1 | 28 | 56 | 0 | 52 | C | 7B | 4C | 32 |
| Octal | 37 | 341 | 50 | 126 | 0 | 122 | 14 | 173 | 114 | 62 |
| Binary | 11111 | 11100001 | 101000 | 1010110 | 0 | 1010010 | 1100 | 1111011 | 1001100 | 110010 |
Color Harmonies of #1FE128
Complementary color
Monochromatic Colors of #1FE128
Black with #1FE128
Text Example
Text Example
White with #1FE128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE128; }
p { color: rgb(31,225,40); }
H1.HeaderClassName
{
color: #1FE128;
}
.AnyTagClassName
{
color: #1FE128;
}
</style>
background-color css
<style>
a { background-color: #1FE128; }
a { background-color: rgb(31,225,40); }
div.DivClassName
{
background-color: #1FE128;
}
.BgClassName
{
background-color: #1FE128;
}
</style>
border-color css
<style>
span { border-color: #1FE128; }
span { border-color: rgb(31,225,40); }
td.TdClassName
{
border-color: #1FE128;
}
.TagClassName
{
border-color: #1FE128;
}
</style>