Shades of Lime Green #31CF52
Tints of Lime Green #31CF52
RGB
CMYK
RGB Variations
Color information
#31CF52 (or 0x31CF52) is known color: Lime Green. HEX triplet: 31, CF and 52. RGB value is (49,207,82). Sum of RGB (Red+Green+Blue) = 49+207+82=338 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.50% from 338); Green value is 207 (81.25% from 255 or 61.24% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 207 - color contains mainly: green. Hex color #31CF52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31CF52 is #CE30AD. Grayscale: #919191. Windows color (decimal): -13512878 or 5426993. OLE color: 5426993.
HSL color Cylindrical-coordinate representation of color #31CF52: hue angle of 132.53º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CF52 is Cyan = 0.76, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 207 | 82 | - |
| CMYK | 0.76 | 0 | 0.60 | 0.19 |
| HSL | 132.53º | 0.62% | 0.5% | - |
| HSV(B) | 132.53º | 0.76% | 0.81% | - |
| XYZ | 25.1 | 45.89 | 15.52 | - |
| YUV | 145.51 | 92.15 | 59.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 207 | 82 | 0.76 | 0 | 0.60 | 0.19 | 132.53 | 0.62 | 0.5 |
| Hex | 31 | CF | 52 | 4C | 0 | 3C | 13 | 85 | 3E | 32 |
| Octal | 61 | 317 | 122 | 114 | 0 | 74 | 23 | 205 | 76 | 62 |
| Binary | 110001 | 11001111 | 1010010 | 1001100 | 0 | 111100 | 10011 | 10000101 | 111110 | 110010 |
Color Harmonies of #31CF52
Complementary color
Monochromatic Colors of #31CF52
Black with #31CF52
Text Example
Text Example
White with #31CF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CF52; }
p { color: rgb(49,207,82); }
H1.HeaderClassName
{
color: #31CF52;
}
.AnyTagClassName
{
color: #31CF52;
}
</style>
background-color css
<style>
a { background-color: #31CF52; }
a { background-color: rgb(49,207,82); }
div.DivClassName
{
background-color: #31CF52;
}
.BgClassName
{
background-color: #31CF52;
}
</style>
border-color css
<style>
span { border-color: #31CF52; }
span { border-color: rgb(49,207,82); }
td.TdClassName
{
border-color: #31CF52;
}
.TagClassName
{
border-color: #31CF52;
}
</style>