Shades of Lime Green #31FA2F
Tints of Lime Green #31FA2F
RGB
CMYK
RGB Variations
Color information
#31FA2F (or 0x31FA2F) is known color: Lime Green. HEX triplet: 31, FA and 2F. RGB value is (49,250,47). Sum of RGB (Red+Green+Blue) = 49+250+47=346 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.16% from 346); Green value is 250 (98.05% from 255 or 72.25% from 346); Blue value is 47 (18.75% from 255 or 13.58% from 346); Max value from RGB is 250 - color contains mainly: green. Hex color #31FA2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31FA2F is #CE05D0. Grayscale: #A7A7A7. Windows color (decimal): -13501905 or 3144241. OLE color: 3144241.
HSL color Cylindrical-coordinate representation of color #31FA2F: hue angle of 119.41º degrees, saturation: 0.95, 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 #31FA2F is Cyan = 0.80, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 250 | 47 | - |
| CMYK | 0.80 | 0 | 0.81 | 0.02 |
| HSL | 119.41º | 0.95% | 0.58% | - |
| HSV(B) | 119.41º | 0.81% | 0.98% | - |
| XYZ | 35.97 | 69.23 | 14.16 | - |
| YUV | 166.76 | 60.41 | 44.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 250 | 47 | 0.80 | 0 | 0.81 | 0.02 | 119.41 | 0.95 | 0.58 |
| Hex | 31 | FA | 2F | 50 | 0 | 51 | 2 | 77 | 5F | 3A |
| Octal | 61 | 372 | 57 | 120 | 0 | 121 | 2 | 167 | 137 | 72 |
| Binary | 110001 | 11111010 | 101111 | 1010000 | 0 | 1010001 | 10 | 1110111 | 1011111 | 111010 |
Color Harmonies of #31FA2F
Complementary color
Monochromatic Colors of #31FA2F
Black with #31FA2F
Text Example
Text Example
White with #31FA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FA2F; }
p { color: rgb(49,250,47); }
H1.HeaderClassName
{
color: #31FA2F;
}
.AnyTagClassName
{
color: #31FA2F;
}
</style>
background-color css
<style>
a { background-color: #31FA2F; }
a { background-color: rgb(49,250,47); }
div.DivClassName
{
background-color: #31FA2F;
}
.BgClassName
{
background-color: #31FA2F;
}
</style>
border-color css
<style>
span { border-color: #31FA2F; }
span { border-color: rgb(49,250,47); }
td.TdClassName
{
border-color: #31FA2F;
}
.TagClassName
{
border-color: #31FA2F;
}
</style>