Shades of Lime Green #31C93D
Tints of Lime Green #31C93D
RGB
CMYK
RGB Variations
Color information
#31C93D (or 0x31C93D) is known color: Lime Green. HEX triplet: 31, C9 and 3D. RGB value is (49,201,61). Sum of RGB (Red+Green+Blue) = 49+201+61=311 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.76% from 311); Green value is 201 (78.91% from 255 or 64.63% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 201 - color contains mainly: green. Hex color #31C93D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C93D is #CE36C2. Grayscale: #8C8C8C. Windows color (decimal): -13514435 or 4049201. OLE color: 4049201.
HSL color Cylindrical-coordinate representation of color #31C93D: hue angle of 124.74º 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 #31C93D is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 49 | 201 | 61 | - |
| CMYK | 0.76 | 0 | 0.70 | 0.21 |
| HSL | 124.74º | 0.61% | 0.49% | - |
| HSV(B) | 124.74º | 0.76% | 0.79% | - |
| XYZ | 23 | 42.76 | 11.46 | - |
| YUV | 139.59 | 83.64 | 63.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 201 | 61 | 0.76 | 0 | 0.70 | 0.21 | 124.74 | 0.61 | 0.49 |
| Hex | 31 | C9 | 3D | 4C | 0 | 46 | 15 | 7D | 3D | 31 |
| Octal | 61 | 311 | 75 | 114 | 0 | 106 | 25 | 175 | 75 | 61 |
| Binary | 110001 | 11001001 | 111101 | 1001100 | 0 | 1000110 | 10101 | 1111101 | 111101 | 110001 |
Color Harmonies of #31C93D
Complementary color
Monochromatic Colors of #31C93D
Black with #31C93D
Text Example
Text Example
White with #31C93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C93D; }
p { color: rgb(49,201,61); }
H1.HeaderClassName
{
color: #31C93D;
}
.AnyTagClassName
{
color: #31C93D;
}
</style>
background-color css
<style>
a { background-color: #31C93D; }
a { background-color: rgb(49,201,61); }
div.DivClassName
{
background-color: #31C93D;
}
.BgClassName
{
background-color: #31C93D;
}
</style>
border-color css
<style>
span { border-color: #31C93D; }
span { border-color: rgb(49,201,61); }
td.TdClassName
{
border-color: #31C93D;
}
.TagClassName
{
border-color: #31C93D;
}
</style>