Shades of Lime Green #31F83F
Tints of Lime Green #31F83F
RGB
CMYK
RGB Variations
Color information
#31F83F (or 0x31F83F) is known color: Lime Green. HEX triplet: 31, F8 and 3F. RGB value is (49,248,63). Sum of RGB (Red+Green+Blue) = 49+248+63=360 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.61% from 360); Green value is 248 (97.27% from 255 or 68.89% from 360); Blue value is 63 (25% from 255 or 17.5% from 360); Max value from RGB is 248 - color contains mainly: green. Hex color #31F83F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F83F is #CE07C0. Grayscale: #A7A7A7. Windows color (decimal): -13502401 or 4192305. OLE color: 4192305.
HSL color Cylindrical-coordinate representation of color #31F83F: hue angle of 124.22º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F83F is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 49 | 248 | 63 | - |
| CMYK | 0.80 | 0 | 0.75 | 0.03 |
| HSL | 124.22º | 0.93% | 0.58% | - |
| HSV(B) | 124.22º | 0.8% | 0.97% | - |
| XYZ | 35.73 | 68.15 | 15.97 | - |
| YUV | 167.41 | 69.07 | 43.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 248 | 63 | 0.80 | 0 | 0.75 | 0.03 | 124.22 | 0.93 | 0.58 |
| Hex | 31 | F8 | 3F | 50 | 0 | 4B | 3 | 7C | 5D | 3A |
| Octal | 61 | 370 | 77 | 120 | 0 | 113 | 3 | 174 | 135 | 72 |
| Binary | 110001 | 11111000 | 111111 | 1010000 | 0 | 1001011 | 11 | 1111100 | 1011101 | 111010 |
Color Harmonies of #31F83F
Complementary color
Monochromatic Colors of #31F83F
Black with #31F83F
Text Example
Text Example
White with #31F83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F83F; }
p { color: rgb(49,248,63); }
H1.HeaderClassName
{
color: #31F83F;
}
.AnyTagClassName
{
color: #31F83F;
}
</style>
background-color css
<style>
a { background-color: #31F83F; }
a { background-color: rgb(49,248,63); }
div.DivClassName
{
background-color: #31F83F;
}
.BgClassName
{
background-color: #31F83F;
}
</style>
border-color css
<style>
span { border-color: #31F83F; }
span { border-color: rgb(49,248,63); }
td.TdClassName
{
border-color: #31F83F;
}
.TagClassName
{
border-color: #31F83F;
}
</style>