Shades of Lime Green #31D254
Tints of Lime Green #31D254
RGB
CMYK
RGB Variations
Color information
#31D254 (or 0x31D254) is known color: Lime Green. HEX triplet: 31, D2 and 54. RGB value is (49,210,84). Sum of RGB (Red+Green+Blue) = 49+210+84=343 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.29% from 343); Green value is 210 (82.42% from 255 or 61.22% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 210 - color contains mainly: green. Hex color #31D254 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D254 is #CE2DAB. Grayscale: #939393. Windows color (decimal): -13512108 or 5558833. OLE color: 5558833.
HSL color Cylindrical-coordinate representation of color #31D254: hue angle of 133.04º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D254 is Cyan = 0.77, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 210 | 84 | - |
| CMYK | 0.77 | 0 | 0.6 | 0.18 |
| HSL | 133.04º | 0.64% | 0.51% | - |
| HSV(B) | 133.04º | 0.77% | 0.82% | - |
| XYZ | 25.91 | 47.39 | 16.17 | - |
| YUV | 147.5 | 92.16 | 57.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 210 | 84 | 0.77 | 0 | 0.6 | 0.18 | 133.04 | 0.64 | 0.51 |
| Hex | 31 | D2 | 54 | 4D | 0 | 3C | 12 | 85 | 40 | 33 |
| Octal | 61 | 322 | 124 | 115 | 0 | 74 | 22 | 205 | 100 | 63 |
| Binary | 110001 | 11010010 | 1010100 | 1001101 | 0 | 111100 | 10010 | 10000101 | 1000000 | 110011 |
Color Harmonies of #31D254
Complementary color
Monochromatic Colors of #31D254
Black with #31D254
Text Example
Text Example
White with #31D254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D254; }
p { color: rgb(49,210,84); }
H1.HeaderClassName
{
color: #31D254;
}
.AnyTagClassName
{
color: #31D254;
}
</style>
background-color css
<style>
a { background-color: #31D254; }
a { background-color: rgb(49,210,84); }
div.DivClassName
{
background-color: #31D254;
}
.BgClassName
{
background-color: #31D254;
}
</style>
border-color css
<style>
span { border-color: #31D254; }
span { border-color: rgb(49,210,84); }
td.TdClassName
{
border-color: #31D254;
}
.TagClassName
{
border-color: #31D254;
}
</style>