Shades of Lime Green #31FC3E
Tints of Lime Green #31FC3E
RGB
CMYK
RGB Variations
Color information
#31FC3E (or 0x31FC3E) is known color: Lime Green. HEX triplet: 31, FC and 3E. RGB value is (49,252,62). Sum of RGB (Red+Green+Blue) = 49+252+62=363 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.50% from 363); Green value is 252 (98.83% from 255 or 69.42% from 363); Blue value is 62 (24.61% from 255 or 17.08% from 363); Max value from RGB is 252 - color contains mainly: green. Hex color #31FC3E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31FC3E is #CE03C1. Grayscale: #AAAAAA. Windows color (decimal): -13501378 or 4127793. OLE color: 4127793.
HSL color Cylindrical-coordinate representation of color #31FC3E: hue angle of 123.84º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FC3E is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 49 | 252 | 62 | - |
| CMYK | 0.81 | 0 | 0.75 | 0.01 |
| HSL | 123.84º | 0.97% | 0.59% | - |
| HSV(B) | 123.84º | 0.81% | 0.99% | - |
| XYZ | 36.95 | 70.62 | 16.24 | - |
| YUV | 169.64 | 67.25 | 41.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 252 | 62 | 0.81 | 0 | 0.75 | 0.01 | 123.84 | 0.97 | 0.59 |
| Hex | 31 | FC | 3E | 51 | 0 | 4B | 1 | 7C | 61 | 3B |
| Octal | 61 | 374 | 76 | 121 | 0 | 113 | 1 | 174 | 141 | 73 |
| Binary | 110001 | 11111100 | 111110 | 1010001 | 0 | 1001011 | 1 | 1111100 | 1100001 | 111011 |
Color Harmonies of #31FC3E
Complementary color
Monochromatic Colors of #31FC3E
Black with #31FC3E
Text Example
Text Example
White with #31FC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FC3E; }
p { color: rgb(49,252,62); }
H1.HeaderClassName
{
color: #31FC3E;
}
.AnyTagClassName
{
color: #31FC3E;
}
</style>
background-color css
<style>
a { background-color: #31FC3E; }
a { background-color: rgb(49,252,62); }
div.DivClassName
{
background-color: #31FC3E;
}
.BgClassName
{
background-color: #31FC3E;
}
</style>
border-color css
<style>
span { border-color: #31FC3E; }
span { border-color: rgb(49,252,62); }
td.TdClassName
{
border-color: #31FC3E;
}
.TagClassName
{
border-color: #31FC3E;
}
</style>