Shades of Lime Green #31F03F
Tints of Lime Green #31F03F
RGB
CMYK
RGB Variations
Color information
#31F03F (or 0x31F03F) is known color: Lime Green. HEX triplet: 31, F0 and 3F. RGB value is (49,240,63). Sum of RGB (Red+Green+Blue) = 49+240+63=352 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.92% from 352); Green value is 240 (94.14% from 255 or 68.18% from 352); Blue value is 63 (25% from 255 or 17.90% from 352); Max value from RGB is 240 - color contains mainly: green. Hex color #31F03F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F03F is #CE0FC0. Grayscale: #A3A3A3. Windows color (decimal): -13504449 or 4190257. OLE color: 4190257.
HSL color Cylindrical-coordinate representation of color #31F03F: hue angle of 124.4º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F03F is Cyan = 0.80, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 49 | 240 | 63 | - |
| CMYK | 0.80 | 0 | 0.74 | 0.06 |
| HSL | 124.4º | 0.86% | 0.57% | - |
| HSV(B) | 124.4º | 0.8% | 0.94% | - |
| XYZ | 33.32 | 63.33 | 15.17 | - |
| YUV | 162.71 | 71.72 | 46.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 240 | 63 | 0.80 | 0 | 0.74 | 0.06 | 124.4 | 0.86 | 0.57 |
| Hex | 31 | F0 | 3F | 50 | 0 | 4A | 6 | 7C | 56 | 39 |
| Octal | 61 | 360 | 77 | 120 | 0 | 112 | 6 | 174 | 126 | 71 |
| Binary | 110001 | 11110000 | 111111 | 1010000 | 0 | 1001010 | 110 | 1111100 | 1010110 | 111001 |
Color Harmonies of #31F03F
Complementary color
Monochromatic Colors of #31F03F
Black with #31F03F
Text Example
Text Example
White with #31F03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F03F; }
p { color: rgb(49,240,63); }
H1.HeaderClassName
{
color: #31F03F;
}
.AnyTagClassName
{
color: #31F03F;
}
</style>
background-color css
<style>
a { background-color: #31F03F; }
a { background-color: rgb(49,240,63); }
div.DivClassName
{
background-color: #31F03F;
}
.BgClassName
{
background-color: #31F03F;
}
</style>
border-color css
<style>
span { border-color: #31F03F; }
span { border-color: rgb(49,240,63); }
td.TdClassName
{
border-color: #31F03F;
}
.TagClassName
{
border-color: #31F03F;
}
</style>