Shades of Lime Green #31C13D
Tints of Lime Green #31C13D
RGB
CMYK
RGB Variations
Color information
#31C13D (or 0x31C13D) is known color: Lime Green. HEX triplet: 31, C1 and 3D. RGB value is (49,193,61). Sum of RGB (Red+Green+Blue) = 49+193+61=303 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.17% from 303); Green value is 193 (75.78% from 255 or 63.70% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 193 - color contains mainly: green. Hex color #31C13D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C13D is #CE3EC2. Grayscale: #878787. Windows color (decimal): -13516483 or 4047153. OLE color: 4047153.
HSL color Cylindrical-coordinate representation of color #31C13D: hue angle of 125º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C13D is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 193 | 61 | - |
| CMYK | 0.75 | 0 | 0.68 | 0.24 |
| HSL | 125º | 0.6% | 0.47% | - |
| HSV(B) | 125º | 0.75% | 0.76% | - |
| XYZ | 21.18 | 39.13 | 10.85 | - |
| YUV | 134.9 | 86.29 | 66.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 193 | 61 | 0.75 | 0 | 0.68 | 0.24 | 125 | 0.6 | 0.47 |
| Hex | 31 | C1 | 3D | 4B | 0 | 44 | 18 | 7D | 3C | 2F |
| Octal | 61 | 301 | 75 | 113 | 0 | 104 | 30 | 175 | 74 | 57 |
| Binary | 110001 | 11000001 | 111101 | 1001011 | 0 | 1000100 | 11000 | 1111101 | 111100 | 101111 |
Color Harmonies of #31C13D
Complementary color
Monochromatic Colors of #31C13D
Black with #31C13D
Text Example
Text Example
White with #31C13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C13D; }
p { color: rgb(49,193,61); }
H1.HeaderClassName
{
color: #31C13D;
}
.AnyTagClassName
{
color: #31C13D;
}
</style>
background-color css
<style>
a { background-color: #31C13D; }
a { background-color: rgb(49,193,61); }
div.DivClassName
{
background-color: #31C13D;
}
.BgClassName
{
background-color: #31C13D;
}
</style>
border-color css
<style>
span { border-color: #31C13D; }
span { border-color: rgb(49,193,61); }
td.TdClassName
{
border-color: #31C13D;
}
.TagClassName
{
border-color: #31C13D;
}
</style>