Shades of Lime Green #31F73D
Tints of Lime Green #31F73D
RGB
CMYK
RGB Variations
Color information
#31F73D (or 0x31F73D) is known color: Lime Green. HEX triplet: 31, F7 and 3D. RGB value is (49,247,61). Sum of RGB (Red+Green+Blue) = 49+247+61=357 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.73% from 357); Green value is 247 (96.88% from 255 or 69.19% from 357); Blue value is 61 (24.22% from 255 or 17.09% from 357); Max value from RGB is 247 - color contains mainly: green. Hex color #31F73D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F73D is #CE08C2. Grayscale: #A7A7A7. Windows color (decimal): -13502659 or 4060977. OLE color: 4060977.
HSL color Cylindrical-coordinate representation of color #31F73D: hue angle of 123.64º 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 #31F73D is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 49 | 247 | 61 | - |
| CMYK | 0.80 | 0 | 0.75 | 0.03 |
| HSL | 123.64º | 0.93% | 0.58% | - |
| HSV(B) | 123.64º | 0.8% | 0.97% | - |
| XYZ | 35.37 | 67.51 | 15.58 | - |
| YUV | 166.59 | 68.4 | 44.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 247 | 61 | 0.80 | 0 | 0.75 | 0.03 | 123.64 | 0.93 | 0.58 |
| Hex | 31 | F7 | 3D | 50 | 0 | 4B | 3 | 7C | 5D | 3A |
| Octal | 61 | 367 | 75 | 120 | 0 | 113 | 3 | 174 | 135 | 72 |
| Binary | 110001 | 11110111 | 111101 | 1010000 | 0 | 1001011 | 11 | 1111100 | 1011101 | 111010 |
Color Harmonies of #31F73D
Complementary color
Monochromatic Colors of #31F73D
Black with #31F73D
Text Example
Text Example
White with #31F73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F73D; }
p { color: rgb(49,247,61); }
H1.HeaderClassName
{
color: #31F73D;
}
.AnyTagClassName
{
color: #31F73D;
}
</style>
background-color css
<style>
a { background-color: #31F73D; }
a { background-color: rgb(49,247,61); }
div.DivClassName
{
background-color: #31F73D;
}
.BgClassName
{
background-color: #31F73D;
}
</style>
border-color css
<style>
span { border-color: #31F73D; }
span { border-color: rgb(49,247,61); }
td.TdClassName
{
border-color: #31F73D;
}
.TagClassName
{
border-color: #31F73D;
}
</style>