Shades of Lime Green #31FF41
Tints of Lime Green #31FF41
RGB
CMYK
RGB Variations
Color information
#31FF41 (or 0x31FF41) is known color: Lime Green. HEX triplet: 31, FF and 41. RGB value is (49,255,65). Sum of RGB (Red+Green+Blue) = 49+255+65=369 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.28% from 369); Green value is 255 (100% from 255 or 69.11% from 369); Blue value is 65 (25.78% from 255 or 17.62% from 369); Max value from RGB is 255 - color contains mainly: green. Hex color #31FF41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31FF41 is #CE00BE. Grayscale: #ACACAC. Windows color (decimal): -13500607 or 4325169. OLE color: 4325169.
HSL color Cylindrical-coordinate representation of color #31FF41: hue angle of 124.66º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FF41 is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 255 | 65 | - |
| CMYK | 0.81 | 0 | 0.75 | 0 |
| HSL | 124.66º | 1% | 0.6% | - |
| HSV(B) | 124.66º | 0.81% | 1% | - |
| XYZ | 37.98 | 72.55 | 17 | - |
| YUV | 171.75 | 67.75 | 40.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 255 | 65 | 0.81 | 0 | 0.75 | 0 | 124.66 | 1 | 0.6 |
| Hex | 31 | FF | 41 | 51 | 0 | 4B | 0 | 7D | 64 | 3C |
| Octal | 61 | 377 | 101 | 121 | 0 | 113 | 0 | 175 | 144 | 74 |
| Binary | 110001 | 11111111 | 1000001 | 1010001 | 0 | 1001011 | 0 | 1111101 | 1100100 | 111100 |
Color Harmonies of #31FF41
Complementary color
Monochromatic Colors of #31FF41
Black with #31FF41
Text Example
Text Example
White with #31FF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FF41; }
p { color: rgb(49,255,65); }
H1.HeaderClassName
{
color: #31FF41;
}
.AnyTagClassName
{
color: #31FF41;
}
</style>
background-color css
<style>
a { background-color: #31FF41; }
a { background-color: rgb(49,255,65); }
div.DivClassName
{
background-color: #31FF41;
}
.BgClassName
{
background-color: #31FF41;
}
</style>
border-color css
<style>
span { border-color: #31FF41; }
span { border-color: rgb(49,255,65); }
td.TdClassName
{
border-color: #31FF41;
}
.TagClassName
{
border-color: #31FF41;
}
</style>