Shades of Lime Green #1FD731
Tints of Lime Green #1FD731
RGB
CMYK
RGB Variations
Color information
#1FD731 (or 0x1FD731) is known color: Lime Green. HEX triplet: 1F, D7 and 31. RGB value is (31,215,49). Sum of RGB (Red+Green+Blue) = 31+215+49=295 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.51% from 295); Green value is 215 (84.38% from 255 or 72.88% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 215 - color contains mainly: green. Hex color #1FD731 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD731 is #E028CE. Grayscale: #8D8D8D. Windows color (decimal): -14690511 or 3266335. OLE color: 3266335.
HSL color Cylindrical-coordinate representation of color #1FD731: hue angle of 125.87º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FD731 is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 31 | 215 | 49 | - |
| CMYK | 0.86 | 0 | 0.77 | 0.16 |
| HSL | 125.87º | 0.75% | 0.48% | - |
| HSV(B) | 125.87º | 0.86% | 0.84% | - |
| XYZ | 25.42 | 49.11 | 11.05 | - |
| YUV | 141.06 | 76.04 | 49.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 215 | 49 | 0.86 | 0 | 0.77 | 0.16 | 125.87 | 0.75 | 0.48 |
| Hex | 1F | D7 | 31 | 56 | 0 | 4D | 10 | 7E | 4B | 30 |
| Octal | 37 | 327 | 61 | 126 | 0 | 115 | 20 | 176 | 113 | 60 |
| Binary | 11111 | 11010111 | 110001 | 1010110 | 0 | 1001101 | 10000 | 1111110 | 1001011 | 110000 |
Color Harmonies of #1FD731
Complementary color
Monochromatic Colors of #1FD731
Black with #1FD731
Text Example
Text Example
White with #1FD731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD731; }
p { color: rgb(31,215,49); }
H1.HeaderClassName
{
color: #1FD731;
}
.AnyTagClassName
{
color: #1FD731;
}
</style>
background-color css
<style>
a { background-color: #1FD731; }
a { background-color: rgb(31,215,49); }
div.DivClassName
{
background-color: #1FD731;
}
.BgClassName
{
background-color: #1FD731;
}
</style>
border-color css
<style>
span { border-color: #1FD731; }
span { border-color: rgb(31,215,49); }
td.TdClassName
{
border-color: #1FD731;
}
.TagClassName
{
border-color: #1FD731;
}
</style>