Shades of Lime Green #31FC2E
Tints of Lime Green #31FC2E
RGB
CMYK
RGB Variations
Color information
#31FC2E (or 0x31FC2E) is known color: Lime Green. HEX triplet: 31, FC and 2E. RGB value is (49,252,46). Sum of RGB (Red+Green+Blue) = 49+252+46=347 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.12% from 347); Green value is 252 (98.83% from 255 or 72.62% from 347); Blue value is 46 (18.36% from 255 or 13.26% from 347); Max value from RGB is 252 - color contains mainly: green. Hex color #31FC2E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31FC2E is #CE03D1. Grayscale: #A8A8A8. Windows color (decimal): -13501394 or 3079217. OLE color: 3079217.
HSL color Cylindrical-coordinate representation of color #31FC2E: hue angle of 119.13º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #31FC2E is Cyan = 0.81, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 252 | 46 | - |
| CMYK | 0.81 | 0 | 0.82 | 0.01 |
| HSL | 119.13º | 0.97% | 0.58% | - |
| HSV(B) | 119.13º | 0.82% | 0.99% | - |
| XYZ | 36.57 | 70.47 | 14.26 | - |
| YUV | 167.82 | 59.25 | 43.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 252 | 46 | 0.81 | 0 | 0.82 | 0.01 | 119.13 | 0.97 | 0.58 |
| Hex | 31 | FC | 2E | 51 | 0 | 52 | 1 | 77 | 61 | 3A |
| Octal | 61 | 374 | 56 | 121 | 0 | 122 | 1 | 167 | 141 | 72 |
| Binary | 110001 | 11111100 | 101110 | 1010001 | 0 | 1010010 | 1 | 1110111 | 1100001 | 111010 |
Color Harmonies of #31FC2E
Complementary color
Monochromatic Colors of #31FC2E
Black with #31FC2E
Text Example
Text Example
White with #31FC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FC2E; }
p { color: rgb(49,252,46); }
H1.HeaderClassName
{
color: #31FC2E;
}
.AnyTagClassName
{
color: #31FC2E;
}
</style>
background-color css
<style>
a { background-color: #31FC2E; }
a { background-color: rgb(49,252,46); }
div.DivClassName
{
background-color: #31FC2E;
}
.BgClassName
{
background-color: #31FC2E;
}
</style>
border-color css
<style>
span { border-color: #31FC2E; }
span { border-color: rgb(49,252,46); }
td.TdClassName
{
border-color: #31FC2E;
}
.TagClassName
{
border-color: #31FC2E;
}
</style>