Shades of Lime Green #31FB4A
Tints of Lime Green #31FB4A
RGB
CMYK
RGB Variations
Color information
#31FB4A (or 0x31FB4A) is known color: Lime Green. HEX triplet: 31, FB and 4A. RGB value is (49,251,74). Sum of RGB (Red+Green+Blue) = 49+251+74=374 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.10% from 374); Green value is 251 (98.44% from 255 or 67.11% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 251 - color contains mainly: green. Hex color #31FB4A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31FB4A is #CE04B5. Grayscale: #AAAAAA. Windows color (decimal): -13501622 or 4913969. OLE color: 4913969.
HSL color Cylindrical-coordinate representation of color #31FB4A: hue angle of 127.43º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31FB4A is Cyan = 0.80, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 251 | 74 | - |
| CMYK | 0.80 | 0 | 0.71 | 0.02 |
| HSL | 127.43º | 0.96% | 0.59% | - |
| HSV(B) | 127.43º | 0.8% | 0.98% | - |
| XYZ | 37 | 70.14 | 18.07 | - |
| YUV | 170.42 | 73.58 | 41.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 251 | 74 | 0.80 | 0 | 0.71 | 0.02 | 127.43 | 0.96 | 0.59 |
| Hex | 31 | FB | 4A | 50 | 0 | 47 | 2 | 7F | 60 | 3B |
| Octal | 61 | 373 | 112 | 120 | 0 | 107 | 2 | 177 | 140 | 73 |
| Binary | 110001 | 11111011 | 1001010 | 1010000 | 0 | 1000111 | 10 | 1111111 | 1100000 | 111011 |
Color Harmonies of #31FB4A
Complementary color
Monochromatic Colors of #31FB4A
Black with #31FB4A
Text Example
Text Example
White with #31FB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FB4A; }
p { color: rgb(49,251,74); }
H1.HeaderClassName
{
color: #31FB4A;
}
.AnyTagClassName
{
color: #31FB4A;
}
</style>
background-color css
<style>
a { background-color: #31FB4A; }
a { background-color: rgb(49,251,74); }
div.DivClassName
{
background-color: #31FB4A;
}
.BgClassName
{
background-color: #31FB4A;
}
</style>
border-color css
<style>
span { border-color: #31FB4A; }
span { border-color: rgb(49,251,74); }
td.TdClassName
{
border-color: #31FB4A;
}
.TagClassName
{
border-color: #31FB4A;
}
</style>