Shades of Lime Green #1FB031
Tints of Lime Green #1FB031
RGB
CMYK
RGB Variations
Color information
#1FB031 (or 0x1FB031) is known color: Lime Green. HEX triplet: 1F, B0 and 31. RGB value is (31,176,49). Sum of RGB (Red+Green+Blue) = 31+176+49=256 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.11% from 256); Green value is 176 (69.14% from 255 or 68.75% from 256); Blue value is 49 (19.53% from 255 or 19.14% from 256); Max value from RGB is 176 - color contains mainly: green. Hex color #1FB031 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1FB031 is #E04FCE. Grayscale: #767676. Windows color (decimal): -14700495 or 3256351. OLE color: 3256351.
HSL color Cylindrical-coordinate representation of color #1FB031: hue angle of 127.45º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FB031 is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 31 | 176 | 49 | - |
| CMYK | 0.82 | 0 | 0.72 | 0.31 |
| HSL | 127.45º | 0.7% | 0.41% | - |
| HSV(B) | 127.45º | 0.82% | 0.69% | - |
| XYZ | 16.64 | 31.56 | 8.12 | - |
| YUV | 118.17 | 88.96 | 65.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 176 | 49 | 0.82 | 0 | 0.72 | 0.31 | 127.45 | 0.7 | 0.41 |
| Hex | 1F | B0 | 31 | 52 | 0 | 48 | 1F | 7F | 46 | 29 |
| Octal | 37 | 260 | 61 | 122 | 0 | 110 | 37 | 177 | 106 | 51 |
| Binary | 11111 | 10110000 | 110001 | 1010010 | 0 | 1001000 | 11111 | 1111111 | 1000110 | 101001 |
Color Harmonies of #1FB031
Complementary color
Monochromatic Colors of #1FB031
Black with #1FB031
Text Example
Text Example
White with #1FB031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB031; }
p { color: rgb(31,176,49); }
H1.HeaderClassName
{
color: #1FB031;
}
.AnyTagClassName
{
color: #1FB031;
}
</style>
background-color css
<style>
a { background-color: #1FB031; }
a { background-color: rgb(31,176,49); }
div.DivClassName
{
background-color: #1FB031;
}
.BgClassName
{
background-color: #1FB031;
}
</style>
border-color css
<style>
span { border-color: #1FB031; }
span { border-color: rgb(31,176,49); }
td.TdClassName
{
border-color: #1FB031;
}
.TagClassName
{
border-color: #1FB031;
}
</style>