Shades of Lime Green #31C54B
Tints of Lime Green #31C54B
RGB
CMYK
RGB Variations
Color information
#31C54B (or 0x31C54B) is known color: Lime Green. HEX triplet: 31, C5 and 4B. RGB value is (49,197,75). Sum of RGB (Red+Green+Blue) = 49+197+75=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 197 (77.34% from 255 or 61.37% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 197 - color contains mainly: green. Hex color #31C54B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C54B is #CE3AB4. Grayscale: #8B8B8B. Windows color (decimal): -13515445 or 4965681. OLE color: 4965681.
HSL color Cylindrical-coordinate representation of color #31C54B: hue angle of 130.54º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C54B is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 49 | 197 | 75 | - |
| CMYK | 0.75 | 0 | 0.62 | 0.23 |
| HSL | 130.54º | 0.6% | 0.48% | - |
| HSV(B) | 130.54º | 0.75% | 0.77% | - |
| XYZ | 22.5 | 41.09 | 13.4 | - |
| YUV | 138.84 | 91.97 | 63.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 197 | 75 | 0.75 | 0 | 0.62 | 0.23 | 130.54 | 0.6 | 0.48 |
| Hex | 31 | C5 | 4B | 4B | 0 | 3E | 17 | 83 | 3C | 30 |
| Octal | 61 | 305 | 113 | 113 | 0 | 76 | 27 | 203 | 74 | 60 |
| Binary | 110001 | 11000101 | 1001011 | 1001011 | 0 | 111110 | 10111 | 10000011 | 111100 | 110000 |
Color Harmonies of #31C54B
Complementary color
Monochromatic Colors of #31C54B
Black with #31C54B
Text Example
Text Example
White with #31C54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C54B; }
p { color: rgb(49,197,75); }
H1.HeaderClassName
{
color: #31C54B;
}
.AnyTagClassName
{
color: #31C54B;
}
</style>
background-color css
<style>
a { background-color: #31C54B; }
a { background-color: rgb(49,197,75); }
div.DivClassName
{
background-color: #31C54B;
}
.BgClassName
{
background-color: #31C54B;
}
</style>
border-color css
<style>
span { border-color: #31C54B; }
span { border-color: rgb(49,197,75); }
td.TdClassName
{
border-color: #31C54B;
}
.TagClassName
{
border-color: #31C54B;
}
</style>