Shades of Lime Green #31F93A
Tints of Lime Green #31F93A
RGB
CMYK
RGB Variations
Color information
#31F93A (or 0x31F93A) is known color: Lime Green. HEX triplet: 31, F9 and 3A. RGB value is (49,249,58). Sum of RGB (Red+Green+Blue) = 49+249+58=356 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.76% from 356); Green value is 249 (97.66% from 255 or 69.94% from 356); Blue value is 58 (23.05% from 255 or 16.29% from 356); Max value from RGB is 249 - color contains mainly: green. Hex color #31F93A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F93A is #CE06C5. Grayscale: #A7A7A7. Windows color (decimal): -13502150 or 3864881. OLE color: 3864881.
HSL color Cylindrical-coordinate representation of color #31F93A: hue angle of 122.7º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F93A is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 249 | 58 | - |
| CMYK | 0.80 | 0 | 0.77 | 0.02 |
| HSL | 122.7º | 0.94% | 0.58% | - |
| HSV(B) | 122.7º | 0.8% | 0.98% | - |
| XYZ | 35.91 | 68.71 | 15.37 | - |
| YUV | 167.43 | 66.24 | 43.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 249 | 58 | 0.80 | 0 | 0.77 | 0.02 | 122.7 | 0.94 | 0.58 |
| Hex | 31 | F9 | 3A | 50 | 0 | 4D | 2 | 7B | 5E | 3A |
| Octal | 61 | 371 | 72 | 120 | 0 | 115 | 2 | 173 | 136 | 72 |
| Binary | 110001 | 11111001 | 111010 | 1010000 | 0 | 1001101 | 10 | 1111011 | 1011110 | 111010 |
Color Harmonies of #31F93A
Complementary color
Monochromatic Colors of #31F93A
Black with #31F93A
Text Example
Text Example
White with #31F93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F93A; }
p { color: rgb(49,249,58); }
H1.HeaderClassName
{
color: #31F93A;
}
.AnyTagClassName
{
color: #31F93A;
}
</style>
background-color css
<style>
a { background-color: #31F93A; }
a { background-color: rgb(49,249,58); }
div.DivClassName
{
background-color: #31F93A;
}
.BgClassName
{
background-color: #31F93A;
}
</style>
border-color css
<style>
span { border-color: #31F93A; }
span { border-color: rgb(49,249,58); }
td.TdClassName
{
border-color: #31F93A;
}
.TagClassName
{
border-color: #31F93A;
}
</style>