Shades of Lime Green #31C145
Tints of Lime Green #31C145
RGB
CMYK
RGB Variations
Color information
#31C145 (or 0x31C145) is known color: Lime Green. HEX triplet: 31, C1 and 45. RGB value is (49,193,69). Sum of RGB (Red+Green+Blue) = 49+193+69=311 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.76% from 311); Green value is 193 (75.78% from 255 or 62.06% from 311); Blue value is 69 (27.34% from 255 or 22.19% from 311); Max value from RGB is 193 - color contains mainly: green. Hex color #31C145 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C145 is #CE3EBA. Grayscale: #888888. Windows color (decimal): -13516475 or 4571441. OLE color: 4571441.
HSL color Cylindrical-coordinate representation of color #31C145: hue angle of 128.33º 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 #31C145 is Cyan = 0.75, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 193 | 69 | - |
| CMYK | 0.75 | 0 | 0.64 | 0.24 |
| HSL | 128.33º | 0.6% | 0.47% | - |
| HSV(B) | 128.33º | 0.75% | 0.76% | - |
| XYZ | 21.41 | 39.22 | 12.07 | - |
| YUV | 135.81 | 90.29 | 66.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 193 | 69 | 0.75 | 0 | 0.64 | 0.24 | 128.33 | 0.6 | 0.47 |
| Hex | 31 | C1 | 45 | 4B | 0 | 40 | 18 | 80 | 3C | 2F |
| Octal | 61 | 301 | 105 | 113 | 0 | 100 | 30 | 200 | 74 | 57 |
| Binary | 110001 | 11000001 | 1000101 | 1001011 | 0 | 1000000 | 11000 | 10000000 | 111100 | 101111 |
Color Harmonies of #31C145
Complementary color
Monochromatic Colors of #31C145
Black with #31C145
Text Example
Text Example
White with #31C145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C145; }
p { color: rgb(49,193,69); }
H1.HeaderClassName
{
color: #31C145;
}
.AnyTagClassName
{
color: #31C145;
}
</style>
background-color css
<style>
a { background-color: #31C145; }
a { background-color: rgb(49,193,69); }
div.DivClassName
{
background-color: #31C145;
}
.BgClassName
{
background-color: #31C145;
}
</style>
border-color css
<style>
span { border-color: #31C145; }
span { border-color: rgb(49,193,69); }
td.TdClassName
{
border-color: #31C145;
}
.TagClassName
{
border-color: #31C145;
}
</style>