Shades of Lime Green #31F942
Tints of Lime Green #31F942
RGB
CMYK
RGB Variations
Color information
#31F942 (or 0x31F942) is known color: Lime Green. HEX triplet: 31, F9 and 42. RGB value is (49,249,66). Sum of RGB (Red+Green+Blue) = 49+249+66=364 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.46% from 364); Green value is 249 (97.66% from 255 or 68.41% from 364); Blue value is 66 (26.17% from 255 or 18.13% from 364); Max value from RGB is 249 - color contains mainly: green. Hex color #31F942 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F942 is #CE06BD. Grayscale: #A8A8A8. Windows color (decimal): -13502142 or 4389169. OLE color: 4389169.
HSL color Cylindrical-coordinate representation of color #31F942: hue angle of 125.1º 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 #31F942 is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 249 | 66 | - |
| CMYK | 0.80 | 0 | 0.73 | 0.02 |
| HSL | 125.1º | 0.94% | 0.58% | - |
| HSV(B) | 125.1º | 0.8% | 0.98% | - |
| XYZ | 36.13 | 68.8 | 16.53 | - |
| YUV | 168.34 | 70.24 | 42.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 249 | 66 | 0.80 | 0 | 0.73 | 0.02 | 125.1 | 0.94 | 0.58 |
| Hex | 31 | F9 | 42 | 50 | 0 | 49 | 2 | 7D | 5E | 3A |
| Octal | 61 | 371 | 102 | 120 | 0 | 111 | 2 | 175 | 136 | 72 |
| Binary | 110001 | 11111001 | 1000010 | 1010000 | 0 | 1001001 | 10 | 1111101 | 1011110 | 111010 |
Color Harmonies of #31F942
Complementary color
Monochromatic Colors of #31F942
Black with #31F942
Text Example
Text Example
White with #31F942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F942; }
p { color: rgb(49,249,66); }
H1.HeaderClassName
{
color: #31F942;
}
.AnyTagClassName
{
color: #31F942;
}
</style>
background-color css
<style>
a { background-color: #31F942; }
a { background-color: rgb(49,249,66); }
div.DivClassName
{
background-color: #31F942;
}
.BgClassName
{
background-color: #31F942;
}
</style>
border-color css
<style>
span { border-color: #31F942; }
span { border-color: rgb(49,249,66); }
td.TdClassName
{
border-color: #31F942;
}
.TagClassName
{
border-color: #31F942;
}
</style>