Shades of Lime Green #31F92F
Tints of Lime Green #31F92F
RGB
CMYK
RGB Variations
Color information
#31F92F (or 0x31F92F) is known color: Lime Green. HEX triplet: 31, F9 and 2F. RGB value is (49,249,47). Sum of RGB (Red+Green+Blue) = 49+249+47=345 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.20% from 345); Green value is 249 (97.66% from 255 or 72.17% from 345); Blue value is 47 (18.75% from 255 or 13.62% from 345); Max value from RGB is 249 - color contains mainly: green. Hex color #31F92F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F92F is #CE06D0. Grayscale: #A6A6A6. Windows color (decimal): -13502161 or 3143985. OLE color: 3143985.
HSL color Cylindrical-coordinate representation of color #31F92F: hue angle of 119.41º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31F92F is Cyan = 0.80, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 249 | 47 | - |
| CMYK | 0.80 | 0 | 0.81 | 0.02 |
| HSL | 119.41º | 0.94% | 0.58% | - |
| HSV(B) | 119.41º | 0.81% | 0.98% | - |
| XYZ | 35.66 | 68.61 | 14.05 | - |
| YUV | 166.17 | 60.74 | 44.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 249 | 47 | 0.80 | 0 | 0.81 | 0.02 | 119.41 | 0.94 | 0.58 |
| Hex | 31 | F9 | 2F | 50 | 0 | 51 | 2 | 77 | 5E | 3A |
| Octal | 61 | 371 | 57 | 120 | 0 | 121 | 2 | 167 | 136 | 72 |
| Binary | 110001 | 11111001 | 101111 | 1010000 | 0 | 1010001 | 10 | 1110111 | 1011110 | 111010 |
Color Harmonies of #31F92F
Complementary color
Monochromatic Colors of #31F92F
Black with #31F92F
Text Example
Text Example
White with #31F92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F92F; }
p { color: rgb(49,249,47); }
H1.HeaderClassName
{
color: #31F92F;
}
.AnyTagClassName
{
color: #31F92F;
}
</style>
background-color css
<style>
a { background-color: #31F92F; }
a { background-color: rgb(49,249,47); }
div.DivClassName
{
background-color: #31F92F;
}
.BgClassName
{
background-color: #31F92F;
}
</style>
border-color css
<style>
span { border-color: #31F92F; }
span { border-color: rgb(49,249,47); }
td.TdClassName
{
border-color: #31F92F;
}
.TagClassName
{
border-color: #31F92F;
}
</style>