Shades of Lime Green #31FC37
Tints of Lime Green #31FC37
RGB
CMYK
RGB Variations
Color information
#31FC37 (or 0x31FC37) is known color: Lime Green. HEX triplet: 31, FC and 37. RGB value is (49,252,55). Sum of RGB (Red+Green+Blue) = 49+252+55=356 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.76% from 356); Green value is 252 (98.83% from 255 or 70.79% from 356); Blue value is 55 (21.88% from 255 or 15.45% from 356); Max value from RGB is 252 - color contains mainly: green. Hex color #31FC37 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31FC37 is #CE03C8. Grayscale: #A9A9A9. Windows color (decimal): -13501385 or 3669041. OLE color: 3669041.
HSL color Cylindrical-coordinate representation of color #31FC37: hue angle of 121.77º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FC37 is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 252 | 55 | - |
| CMYK | 0.81 | 0 | 0.78 | 0.01 |
| HSL | 121.77º | 0.97% | 0.59% | - |
| HSV(B) | 121.77º | 0.81% | 0.99% | - |
| XYZ | 36.77 | 70.55 | 15.29 | - |
| YUV | 168.85 | 63.75 | 42.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 252 | 55 | 0.81 | 0 | 0.78 | 0.01 | 121.77 | 0.97 | 0.59 |
| Hex | 31 | FC | 37 | 51 | 0 | 4E | 1 | 7A | 61 | 3B |
| Octal | 61 | 374 | 67 | 121 | 0 | 116 | 1 | 172 | 141 | 73 |
| Binary | 110001 | 11111100 | 110111 | 1010001 | 0 | 1001110 | 1 | 1111010 | 1100001 | 111011 |
Color Harmonies of #31FC37
Complementary color
Monochromatic Colors of #31FC37
Black with #31FC37
Text Example
Text Example
White with #31FC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FC37; }
p { color: rgb(49,252,55); }
H1.HeaderClassName
{
color: #31FC37;
}
.AnyTagClassName
{
color: #31FC37;
}
</style>
background-color css
<style>
a { background-color: #31FC37; }
a { background-color: rgb(49,252,55); }
div.DivClassName
{
background-color: #31FC37;
}
.BgClassName
{
background-color: #31FC37;
}
</style>
border-color css
<style>
span { border-color: #31FC37; }
span { border-color: rgb(49,252,55); }
td.TdClassName
{
border-color: #31FC37;
}
.TagClassName
{
border-color: #31FC37;
}
</style>