Shades of Lime Green #31C434
Tints of Lime Green #31C434
RGB
CMYK
RGB Variations
Color information
#31C434 (or 0x31C434) is known color: Lime Green. HEX triplet: 31, C4 and 34. RGB value is (49,196,52). Sum of RGB (Red+Green+Blue) = 49+196+52=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 196 (76.95% from 255 or 65.99% from 297); Blue value is 52 (20.70% from 255 or 17.51% from 297); Max value from RGB is 196 - color contains mainly: green. Hex color #31C434 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C434 is #CE3BCB. Grayscale: #888888. Windows color (decimal): -13515724 or 3458097. OLE color: 3458097.
HSL color Cylindrical-coordinate representation of color #31C434: hue angle of 121.22º 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 #31C434 is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 49 | 196 | 52 | - |
| CMYK | 0.75 | 0 | 0.73 | 0.23 |
| HSL | 121.22º | 0.6% | 0.48% | - |
| HSV(B) | 121.22º | 0.75% | 0.77% | - |
| XYZ | 21.63 | 40.38 | 9.9 | - |
| YUV | 135.63 | 80.8 | 66.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 196 | 52 | 0.75 | 0 | 0.73 | 0.23 | 121.22 | 0.6 | 0.48 |
| Hex | 31 | C4 | 34 | 4B | 0 | 49 | 17 | 79 | 3C | 30 |
| Octal | 61 | 304 | 64 | 113 | 0 | 111 | 27 | 171 | 74 | 60 |
| Binary | 110001 | 11000100 | 110100 | 1001011 | 0 | 1001001 | 10111 | 1111001 | 111100 | 110000 |
Color Harmonies of #31C434
Complementary color
Monochromatic Colors of #31C434
Black with #31C434
Text Example
Text Example
White with #31C434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C434; }
p { color: rgb(49,196,52); }
H1.HeaderClassName
{
color: #31C434;
}
.AnyTagClassName
{
color: #31C434;
}
</style>
background-color css
<style>
a { background-color: #31C434; }
a { background-color: rgb(49,196,52); }
div.DivClassName
{
background-color: #31C434;
}
.BgClassName
{
background-color: #31C434;
}
</style>
border-color css
<style>
span { border-color: #31C434; }
span { border-color: rgb(49,196,52); }
td.TdClassName
{
border-color: #31C434;
}
.TagClassName
{
border-color: #31C434;
}
</style>