Shades of Lime Green #31C334
Tints of Lime Green #31C334
RGB
CMYK
RGB Variations
Color information
#31C334 (or 0x31C334) is known color: Lime Green. HEX triplet: 31, C3 and 34. RGB value is (49,195,52). Sum of RGB (Red+Green+Blue) = 49+195+52=296 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.55% from 296); Green value is 195 (76.56% from 255 or 65.88% from 296); Blue value is 52 (20.70% from 255 or 17.57% from 296); Max value from RGB is 195 - color contains mainly: green. Hex color #31C334 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C334 is #CE3CCB. Grayscale: #878787. Windows color (decimal): -13515980 or 3457841. OLE color: 3457841.
HSL color Cylindrical-coordinate representation of color #31C334: hue angle of 121.23º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C334 is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 195 | 52 | - |
| CMYK | 0.75 | 0 | 0.73 | 0.24 |
| HSL | 121.23º | 0.6% | 0.48% | - |
| HSV(B) | 121.23º | 0.75% | 0.76% | - |
| XYZ | 21.4 | 39.93 | 9.83 | - |
| YUV | 135.04 | 81.13 | 66.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 195 | 52 | 0.75 | 0 | 0.73 | 0.24 | 121.23 | 0.6 | 0.48 |
| Hex | 31 | C3 | 34 | 4B | 0 | 49 | 18 | 79 | 3C | 30 |
| Octal | 61 | 303 | 64 | 113 | 0 | 111 | 30 | 171 | 74 | 60 |
| Binary | 110001 | 11000011 | 110100 | 1001011 | 0 | 1001001 | 11000 | 1111001 | 111100 | 110000 |
Color Harmonies of #31C334
Complementary color
Monochromatic Colors of #31C334
Black with #31C334
Text Example
Text Example
White with #31C334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C334; }
p { color: rgb(49,195,52); }
H1.HeaderClassName
{
color: #31C334;
}
.AnyTagClassName
{
color: #31C334;
}
</style>
background-color css
<style>
a { background-color: #31C334; }
a { background-color: rgb(49,195,52); }
div.DivClassName
{
background-color: #31C334;
}
.BgClassName
{
background-color: #31C334;
}
</style>
border-color css
<style>
span { border-color: #31C334; }
span { border-color: rgb(49,195,52); }
td.TdClassName
{
border-color: #31C334;
}
.TagClassName
{
border-color: #31C334;
}
</style>