Shades of Lime Green #31F73C
Tints of Lime Green #31F73C
RGB
CMYK
RGB Variations
Color information
#31F73C (or 0x31F73C) is known color: Lime Green. HEX triplet: 31, F7 and 3C. RGB value is (49,247,60). Sum of RGB (Red+Green+Blue) = 49+247+60=356 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.76% from 356); Green value is 247 (96.88% from 255 or 69.38% from 356); Blue value is 60 (23.83% from 255 or 16.85% from 356); Max value from RGB is 247 - color contains mainly: green. Hex color #31F73C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F73C is #CE08C3. Grayscale: #A7A7A7. Windows color (decimal): -13502660 or 3995441. OLE color: 3995441.
HSL color Cylindrical-coordinate representation of color #31F73C: hue angle of 123.33º 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 #31F73C is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 49 | 247 | 60 | - |
| CMYK | 0.80 | 0 | 0.76 | 0.03 |
| HSL | 123.33º | 0.93% | 0.58% | - |
| HSV(B) | 123.33º | 0.8% | 0.97% | - |
| XYZ | 35.34 | 67.5 | 15.44 | - |
| YUV | 166.48 | 67.9 | 44.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 247 | 60 | 0.80 | 0 | 0.76 | 0.03 | 123.33 | 0.93 | 0.58 |
| Hex | 31 | F7 | 3C | 50 | 0 | 4C | 3 | 7B | 5D | 3A |
| Octal | 61 | 367 | 74 | 120 | 0 | 114 | 3 | 173 | 135 | 72 |
| Binary | 110001 | 11110111 | 111100 | 1010000 | 0 | 1001100 | 11 | 1111011 | 1011101 | 111010 |
Color Harmonies of #31F73C
Complementary color
Monochromatic Colors of #31F73C
Black with #31F73C
Text Example
Text Example
White with #31F73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F73C; }
p { color: rgb(49,247,60); }
H1.HeaderClassName
{
color: #31F73C;
}
.AnyTagClassName
{
color: #31F73C;
}
</style>
background-color css
<style>
a { background-color: #31F73C; }
a { background-color: rgb(49,247,60); }
div.DivClassName
{
background-color: #31F73C;
}
.BgClassName
{
background-color: #31F73C;
}
</style>
border-color css
<style>
span { border-color: #31F73C; }
span { border-color: rgb(49,247,60); }
td.TdClassName
{
border-color: #31F73C;
}
.TagClassName
{
border-color: #31F73C;
}
</style>