Shades of Lime Green #31FF2F
Tints of Lime Green #31FF2F
RGB
CMYK
RGB Variations
Color information
#31FF2F (or 0x31FF2F) is known color: Lime Green. HEX triplet: 31, FF and 2F. RGB value is (49,255,47). Sum of RGB (Red+Green+Blue) = 49+255+47=351 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.96% from 351); Green value is 255 (100% from 255 or 72.65% from 351); Blue value is 47 (18.75% from 255 or 13.39% from 351); Max value from RGB is 255 - color contains mainly: green. Hex color #31FF2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31FF2F is #CE00D0. Grayscale: #AAAAAA. Windows color (decimal): -13500625 or 3145521. OLE color: 3145521.
HSL color Cylindrical-coordinate representation of color #31FF2F: hue angle of 119.42º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #31FF2F is Cyan = 0.81, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 255 | 47 | - |
| CMYK | 0.81 | 0 | 0.82 | 0 |
| HSL | 119.42º | 1% | 0.59% | - |
| HSV(B) | 119.42º | 0.82% | 1% | - |
| XYZ | 37.54 | 72.38 | 14.68 | - |
| YUV | 169.69 | 58.75 | 41.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 255 | 47 | 0.81 | 0 | 0.82 | 0 | 119.42 | 1 | 0.59 |
| Hex | 31 | FF | 2F | 51 | 0 | 52 | 0 | 77 | 64 | 3B |
| Octal | 61 | 377 | 57 | 121 | 0 | 122 | 0 | 167 | 144 | 73 |
| Binary | 110001 | 11111111 | 101111 | 1010001 | 0 | 1010010 | 0 | 1110111 | 1100100 | 111011 |
Color Harmonies of #31FF2F
Complementary color
Monochromatic Colors of #31FF2F
Black with #31FF2F
Text Example
Text Example
White with #31FF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FF2F; }
p { color: rgb(49,255,47); }
H1.HeaderClassName
{
color: #31FF2F;
}
.AnyTagClassName
{
color: #31FF2F;
}
</style>
background-color css
<style>
a { background-color: #31FF2F; }
a { background-color: rgb(49,255,47); }
div.DivClassName
{
background-color: #31FF2F;
}
.BgClassName
{
background-color: #31FF2F;
}
</style>
border-color css
<style>
span { border-color: #31FF2F; }
span { border-color: rgb(49,255,47); }
td.TdClassName
{
border-color: #31FF2F;
}
.TagClassName
{
border-color: #31FF2F;
}
</style>