Shades of Lime Green #1FC731
Tints of Lime Green #1FC731
RGB
CMYK
RGB Variations
Color information
#1FC731 (or 0x1FC731) is known color: Lime Green. HEX triplet: 1F, C7 and 31. RGB value is (31,199,49). Sum of RGB (Red+Green+Blue) = 31+199+49=279 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.11% from 279); Green value is 199 (78.12% from 255 or 71.33% from 279); Blue value is 49 (19.53% from 255 or 17.56% from 279); Max value from RGB is 199 - color contains mainly: green. Hex color #1FC731 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC731 is #E038CE. Grayscale: #848484. Windows color (decimal): -14694607 or 3262239. OLE color: 3262239.
HSL color Cylindrical-coordinate representation of color #1FC731: hue angle of 126.43º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC731 is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 31 | 199 | 49 | - |
| CMYK | 0.84 | 0 | 0.75 | 0.22 |
| HSL | 126.43º | 0.73% | 0.45% | - |
| HSV(B) | 126.43º | 0.84% | 0.78% | - |
| XYZ | 21.54 | 41.36 | 9.75 | - |
| YUV | 131.67 | 81.34 | 56.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 199 | 49 | 0.84 | 0 | 0.75 | 0.22 | 126.43 | 0.73 | 0.45 |
| Hex | 1F | C7 | 31 | 54 | 0 | 4B | 16 | 7E | 49 | 2D |
| Octal | 37 | 307 | 61 | 124 | 0 | 113 | 26 | 176 | 111 | 55 |
| Binary | 11111 | 11000111 | 110001 | 1010100 | 0 | 1001011 | 10110 | 1111110 | 1001001 | 101101 |
Color Harmonies of #1FC731
Complementary color
Monochromatic Colors of #1FC731
Black with #1FC731
Text Example
Text Example
White with #1FC731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC731; }
p { color: rgb(31,199,49); }
H1.HeaderClassName
{
color: #1FC731;
}
.AnyTagClassName
{
color: #1FC731;
}
</style>
background-color css
<style>
a { background-color: #1FC731; }
a { background-color: rgb(31,199,49); }
div.DivClassName
{
background-color: #1FC731;
}
.BgClassName
{
background-color: #1FC731;
}
</style>
border-color css
<style>
span { border-color: #1FC731; }
span { border-color: rgb(31,199,49); }
td.TdClassName
{
border-color: #1FC731;
}
.TagClassName
{
border-color: #1FC731;
}
</style>