Shades of Lime Green #31C236
Tints of Lime Green #31C236
RGB
CMYK
RGB Variations
Color information
#31C236 (or 0x31C236) is known color: Lime Green. HEX triplet: 31, C2 and 36. RGB value is (49,194,54). Sum of RGB (Red+Green+Blue) = 49+194+54=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 194 (76.17% from 255 or 65.32% from 297); Blue value is 54 (21.48% from 255 or 18.18% from 297); Max value from RGB is 194 - color contains mainly: green. Hex color #31C236 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C236 is #CE3DC9. Grayscale: #878787. Windows color (decimal): -13516234 or 3588657. OLE color: 3588657.
HSL color Cylindrical-coordinate representation of color #31C236: hue angle of 122.07º 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 #31C236 is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 194 | 54 | - |
| CMYK | 0.75 | 0 | 0.72 | 0.24 |
| HSL | 122.07º | 0.6% | 0.48% | - |
| HSV(B) | 122.07º | 0.75% | 0.76% | - |
| XYZ | 21.22 | 39.5 | 10 | - |
| YUV | 134.69 | 82.46 | 66.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 194 | 54 | 0.75 | 0 | 0.72 | 0.24 | 122.07 | 0.6 | 0.48 |
| Hex | 31 | C2 | 36 | 4B | 0 | 48 | 18 | 7A | 3C | 30 |
| Octal | 61 | 302 | 66 | 113 | 0 | 110 | 30 | 172 | 74 | 60 |
| Binary | 110001 | 11000010 | 110110 | 1001011 | 0 | 1001000 | 11000 | 1111010 | 111100 | 110000 |
Color Harmonies of #31C236
Complementary color
Monochromatic Colors of #31C236
Black with #31C236
Text Example
Text Example
White with #31C236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C236; }
p { color: rgb(49,194,54); }
H1.HeaderClassName
{
color: #31C236;
}
.AnyTagClassName
{
color: #31C236;
}
</style>
background-color css
<style>
a { background-color: #31C236; }
a { background-color: rgb(49,194,54); }
div.DivClassName
{
background-color: #31C236;
}
.BgClassName
{
background-color: #31C236;
}
</style>
border-color css
<style>
span { border-color: #31C236; }
span { border-color: rgb(49,194,54); }
td.TdClassName
{
border-color: #31C236;
}
.TagClassName
{
border-color: #31C236;
}
</style>