Shades of Lime Green #31C248
Tints of Lime Green #31C248
RGB
CMYK
RGB Variations
Color information
#31C248 (or 0x31C248) is known color: Lime Green. HEX triplet: 31, C2 and 48. RGB value is (49,194,72). Sum of RGB (Red+Green+Blue) = 49+194+72=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 194 (76.17% from 255 or 61.59% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 194 - color contains mainly: green. Hex color #31C248 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C248 is #CE3DB7. Grayscale: #898989. Windows color (decimal): -13516216 or 4768305. OLE color: 4768305.
HSL color Cylindrical-coordinate representation of color #31C248: hue angle of 129.52º 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 #31C248 is Cyan = 0.75, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 194 | 72 | - |
| CMYK | 0.75 | 0 | 0.63 | 0.24 |
| HSL | 129.52º | 0.6% | 0.48% | - |
| HSV(B) | 129.52º | 0.75% | 0.76% | - |
| XYZ | 21.73 | 39.7 | 12.65 | - |
| YUV | 136.74 | 91.46 | 65.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 194 | 72 | 0.75 | 0 | 0.63 | 0.24 | 129.52 | 0.6 | 0.48 |
| Hex | 31 | C2 | 48 | 4B | 0 | 3F | 18 | 82 | 3C | 30 |
| Octal | 61 | 302 | 110 | 113 | 0 | 77 | 30 | 202 | 74 | 60 |
| Binary | 110001 | 11000010 | 1001000 | 1001011 | 0 | 111111 | 11000 | 10000010 | 111100 | 110000 |
Color Harmonies of #31C248
Complementary color
Monochromatic Colors of #31C248
Black with #31C248
Text Example
Text Example
White with #31C248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C248; }
p { color: rgb(49,194,72); }
H1.HeaderClassName
{
color: #31C248;
}
.AnyTagClassName
{
color: #31C248;
}
</style>
background-color css
<style>
a { background-color: #31C248; }
a { background-color: rgb(49,194,72); }
div.DivClassName
{
background-color: #31C248;
}
.BgClassName
{
background-color: #31C248;
}
</style>
border-color css
<style>
span { border-color: #31C248; }
span { border-color: rgb(49,194,72); }
td.TdClassName
{
border-color: #31C248;
}
.TagClassName
{
border-color: #31C248;
}
</style>