Shades of Lime Green #31F437
Tints of Lime Green #31F437
RGB
CMYK
RGB Variations
Color information
#31F437 (or 0x31F437) is known color: Lime Green. HEX triplet: 31, F4 and 37. RGB value is (49,244,55). Sum of RGB (Red+Green+Blue) = 49+244+55=348 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.08% from 348); Green value is 244 (95.70% from 255 or 70.11% from 348); Blue value is 55 (21.88% from 255 or 15.80% from 348); Max value from RGB is 244 - color contains mainly: green. Hex color #31F437 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F437 is #CE0BC8. Grayscale: #A4A4A4. Windows color (decimal): -13503433 or 3666993. OLE color: 3666993.
HSL color Cylindrical-coordinate representation of color #31F437: hue angle of 121.85º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F437 is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 49 | 244 | 55 | - |
| CMYK | 0.80 | 0 | 0.77 | 0.04 |
| HSL | 121.85º | 0.9% | 0.57% | - |
| HSV(B) | 121.85º | 0.8% | 0.96% | - |
| XYZ | 34.31 | 65.63 | 14.47 | - |
| YUV | 164.15 | 66.4 | 45.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 244 | 55 | 0.80 | 0 | 0.77 | 0.04 | 121.85 | 0.9 | 0.57 |
| Hex | 31 | F4 | 37 | 50 | 0 | 4D | 4 | 7A | 5A | 39 |
| Octal | 61 | 364 | 67 | 120 | 0 | 115 | 4 | 172 | 132 | 71 |
| Binary | 110001 | 11110100 | 110111 | 1010000 | 0 | 1001101 | 100 | 1111010 | 1011010 | 111001 |
Color Harmonies of #31F437
Complementary color
Monochromatic Colors of #31F437
Black with #31F437
Text Example
Text Example
White with #31F437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F437; }
p { color: rgb(49,244,55); }
H1.HeaderClassName
{
color: #31F437;
}
.AnyTagClassName
{
color: #31F437;
}
</style>
background-color css
<style>
a { background-color: #31F437; }
a { background-color: rgb(49,244,55); }
div.DivClassName
{
background-color: #31F437;
}
.BgClassName
{
background-color: #31F437;
}
</style>
border-color css
<style>
span { border-color: #31F437; }
span { border-color: rgb(49,244,55); }
td.TdClassName
{
border-color: #31F437;
}
.TagClassName
{
border-color: #31F437;
}
</style>