Shades of Lime Green #31CF55
Tints of Lime Green #31CF55
RGB
CMYK
RGB Variations
Color information
#31CF55 (or 0x31CF55) is known color: Lime Green. HEX triplet: 31, CF and 55. RGB value is (49,207,85). Sum of RGB (Red+Green+Blue) = 49+207+85=341 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.37% from 341); Green value is 207 (81.25% from 255 or 60.70% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 207 - color contains mainly: green. Hex color #31CF55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31CF55 is #CE30AA. Grayscale: #929292. Windows color (decimal): -13512875 or 5623601. OLE color: 5623601.
HSL color Cylindrical-coordinate representation of color #31CF55: hue angle of 133.67º 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 #31CF55 is Cyan = 0.76, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 207 | 85 | - |
| CMYK | 0.76 | 0 | 0.59 | 0.19 |
| HSL | 133.67º | 0.62% | 0.5% | - |
| HSV(B) | 133.67º | 0.76% | 0.81% | - |
| XYZ | 25.22 | 45.93 | 16.13 | - |
| YUV | 145.85 | 93.65 | 58.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 207 | 85 | 0.76 | 0 | 0.59 | 0.19 | 133.67 | 0.62 | 0.5 |
| Hex | 31 | CF | 55 | 4C | 0 | 3B | 13 | 86 | 3E | 32 |
| Octal | 61 | 317 | 125 | 114 | 0 | 73 | 23 | 206 | 76 | 62 |
| Binary | 110001 | 11001111 | 1010101 | 1001100 | 0 | 111011 | 10011 | 10000110 | 111110 | 110010 |
Color Harmonies of #31CF55
Complementary color
Monochromatic Colors of #31CF55
Black with #31CF55
Text Example
Text Example
White with #31CF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CF55; }
p { color: rgb(49,207,85); }
H1.HeaderClassName
{
color: #31CF55;
}
.AnyTagClassName
{
color: #31CF55;
}
</style>
background-color css
<style>
a { background-color: #31CF55; }
a { background-color: rgb(49,207,85); }
div.DivClassName
{
background-color: #31CF55;
}
.BgClassName
{
background-color: #31CF55;
}
</style>
border-color css
<style>
span { border-color: #31CF55; }
span { border-color: rgb(49,207,85); }
td.TdClassName
{
border-color: #31CF55;
}
.TagClassName
{
border-color: #31CF55;
}
</style>