Shades of Lime Green #31D73C
Tints of Lime Green #31D73C
RGB
CMYK
RGB Variations
Color information
#31D73C (or 0x31D73C) is known color: Lime Green. HEX triplet: 31, D7 and 3C. RGB value is (49,215,60). Sum of RGB (Red+Green+Blue) = 49+215+60=324 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.12% from 324); Green value is 215 (84.38% from 255 or 66.36% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 215 - color contains mainly: green. Hex color #31D73C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D73C is #CE28C3. Grayscale: #949494. Windows color (decimal): -13510852 or 3987249. OLE color: 3987249.
HSL color Cylindrical-coordinate representation of color #31D73C: hue angle of 123.98º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D73C is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 215 | 60 | - |
| CMYK | 0.77 | 0 | 0.72 | 0.16 |
| HSL | 123.98º | 0.67% | 0.52% | - |
| HSV(B) | 123.98º | 0.77% | 0.84% | - |
| XYZ | 26.38 | 49.58 | 12.45 | - |
| YUV | 147.7 | 78.5 | 57.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 215 | 60 | 0.77 | 0 | 0.72 | 0.16 | 123.98 | 0.67 | 0.52 |
| Hex | 31 | D7 | 3C | 4D | 0 | 48 | 10 | 7C | 43 | 34 |
| Octal | 61 | 327 | 74 | 115 | 0 | 110 | 20 | 174 | 103 | 64 |
| Binary | 110001 | 11010111 | 111100 | 1001101 | 0 | 1001000 | 10000 | 1111100 | 1000011 | 110100 |
Color Harmonies of #31D73C
Complementary color
Monochromatic Colors of #31D73C
Black with #31D73C
Text Example
Text Example
White with #31D73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D73C; }
p { color: rgb(49,215,60); }
H1.HeaderClassName
{
color: #31D73C;
}
.AnyTagClassName
{
color: #31D73C;
}
</style>
background-color css
<style>
a { background-color: #31D73C; }
a { background-color: rgb(49,215,60); }
div.DivClassName
{
background-color: #31D73C;
}
.BgClassName
{
background-color: #31D73C;
}
</style>
border-color css
<style>
span { border-color: #31D73C; }
span { border-color: rgb(49,215,60); }
td.TdClassName
{
border-color: #31D73C;
}
.TagClassName
{
border-color: #31D73C;
}
</style>