Shades of Lime Green #31CF54
Tints of Lime Green #31CF54
RGB
CMYK
RGB Variations
Color information
#31CF54 (or 0x31CF54) is known color: Lime Green. HEX triplet: 31, CF and 54. RGB value is (49,207,84). Sum of RGB (Red+Green+Blue) = 49+207+84=340 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.41% from 340); Green value is 207 (81.25% from 255 or 60.88% from 340); Blue value is 84 (33.20% from 255 or 24.71% from 340); Max value from RGB is 207 - color contains mainly: green. Hex color #31CF54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31CF54 is #CE30AB. Grayscale: #929292. Windows color (decimal): -13512876 or 5558065. OLE color: 5558065.
HSL color Cylindrical-coordinate representation of color #31CF54: hue angle of 133.29º 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 #31CF54 is Cyan = 0.76, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 207 | 84 | - |
| CMYK | 0.76 | 0 | 0.59 | 0.19 |
| HSL | 133.29º | 0.62% | 0.5% | - |
| HSV(B) | 133.29º | 0.76% | 0.81% | - |
| XYZ | 25.18 | 45.92 | 15.92 | - |
| YUV | 145.74 | 93.15 | 59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 207 | 84 | 0.76 | 0 | 0.59 | 0.19 | 133.29 | 0.62 | 0.5 |
| Hex | 31 | CF | 54 | 4C | 0 | 3B | 13 | 85 | 3E | 32 |
| Octal | 61 | 317 | 124 | 114 | 0 | 73 | 23 | 205 | 76 | 62 |
| Binary | 110001 | 11001111 | 1010100 | 1001100 | 0 | 111011 | 10011 | 10000101 | 111110 | 110010 |
Color Harmonies of #31CF54
Complementary color
Monochromatic Colors of #31CF54
Black with #31CF54
Text Example
Text Example
White with #31CF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CF54; }
p { color: rgb(49,207,84); }
H1.HeaderClassName
{
color: #31CF54;
}
.AnyTagClassName
{
color: #31CF54;
}
</style>
background-color css
<style>
a { background-color: #31CF54; }
a { background-color: rgb(49,207,84); }
div.DivClassName
{
background-color: #31CF54;
}
.BgClassName
{
background-color: #31CF54;
}
</style>
border-color css
<style>
span { border-color: #31CF54; }
span { border-color: rgb(49,207,84); }
td.TdClassName
{
border-color: #31CF54;
}
.TagClassName
{
border-color: #31CF54;
}
</style>