Shades of Lime Green #31C93C
Tints of Lime Green #31C93C
RGB
CMYK
RGB Variations
Color information
#31C93C (or 0x31C93C) is known color: Lime Green. HEX triplet: 31, C9 and 3C. RGB value is (49,201,60). Sum of RGB (Red+Green+Blue) = 49+201+60=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 201 (78.91% from 255 or 64.84% from 310); Blue value is 60 (23.83% from 255 or 19.35% from 310); Max value from RGB is 201 - color contains mainly: green. Hex color #31C93C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C93C is #CE36C3. Grayscale: #8B8B8B. Windows color (decimal): -13514436 or 3983665. OLE color: 3983665.
HSL color Cylindrical-coordinate representation of color #31C93C: hue angle of 124.34º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31C93C is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 49 | 201 | 60 | - |
| CMYK | 0.76 | 0 | 0.70 | 0.21 |
| HSL | 124.34º | 0.61% | 0.49% | - |
| HSV(B) | 124.34º | 0.76% | 0.79% | - |
| XYZ | 22.97 | 42.75 | 11.32 | - |
| YUV | 139.48 | 83.14 | 63.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 201 | 60 | 0.76 | 0 | 0.70 | 0.21 | 124.34 | 0.61 | 0.49 |
| Hex | 31 | C9 | 3C | 4C | 0 | 46 | 15 | 7C | 3D | 31 |
| Octal | 61 | 311 | 74 | 114 | 0 | 106 | 25 | 174 | 75 | 61 |
| Binary | 110001 | 11001001 | 111100 | 1001100 | 0 | 1000110 | 10101 | 1111100 | 111101 | 110001 |
Color Harmonies of #31C93C
Complementary color
Monochromatic Colors of #31C93C
Black with #31C93C
Text Example
Text Example
White with #31C93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C93C; }
p { color: rgb(49,201,60); }
H1.HeaderClassName
{
color: #31C93C;
}
.AnyTagClassName
{
color: #31C93C;
}
</style>
background-color css
<style>
a { background-color: #31C93C; }
a { background-color: rgb(49,201,60); }
div.DivClassName
{
background-color: #31C93C;
}
.BgClassName
{
background-color: #31C93C;
}
</style>
border-color css
<style>
span { border-color: #31C93C; }
span { border-color: rgb(49,201,60); }
td.TdClassName
{
border-color: #31C93C;
}
.TagClassName
{
border-color: #31C93C;
}
</style>