Shades of Lime Green #31F84B
Tints of Lime Green #31F84B
RGB
CMYK
RGB Variations
Color information
#31F84B (or 0x31F84B) is known color: Lime Green. HEX triplet: 31, F8 and 4B. RGB value is (49,248,75). Sum of RGB (Red+Green+Blue) = 49+248+75=372 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.17% from 372); Green value is 248 (97.27% from 255 or 66.67% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 248 - color contains mainly: green. Hex color #31F84B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F84B is #CE07B4. Grayscale: #A9A9A9. Windows color (decimal): -13502389 or 4978737. OLE color: 4978737.
HSL color Cylindrical-coordinate representation of color #31F84B: hue angle of 127.84º 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 #31F84B is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 49 | 248 | 75 | - |
| CMYK | 0.80 | 0 | 0.70 | 0.03 |
| HSL | 127.84º | 0.93% | 0.58% | - |
| HSV(B) | 127.84º | 0.8% | 0.97% | - |
| XYZ | 36.1 | 68.3 | 17.94 | - |
| YUV | 168.78 | 75.07 | 42.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 248 | 75 | 0.80 | 0 | 0.70 | 0.03 | 127.84 | 0.93 | 0.58 |
| Hex | 31 | F8 | 4B | 50 | 0 | 46 | 3 | 80 | 5D | 3A |
| Octal | 61 | 370 | 113 | 120 | 0 | 106 | 3 | 200 | 135 | 72 |
| Binary | 110001 | 11111000 | 1001011 | 1010000 | 0 | 1000110 | 11 | 10000000 | 1011101 | 111010 |
Color Harmonies of #31F84B
Complementary color
Monochromatic Colors of #31F84B
Black with #31F84B
Text Example
Text Example
White with #31F84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F84B; }
p { color: rgb(49,248,75); }
H1.HeaderClassName
{
color: #31F84B;
}
.AnyTagClassName
{
color: #31F84B;
}
</style>
background-color css
<style>
a { background-color: #31F84B; }
a { background-color: rgb(49,248,75); }
div.DivClassName
{
background-color: #31F84B;
}
.BgClassName
{
background-color: #31F84B;
}
</style>
border-color css
<style>
span { border-color: #31F84B; }
span { border-color: rgb(49,248,75); }
td.TdClassName
{
border-color: #31F84B;
}
.TagClassName
{
border-color: #31F84B;
}
</style>