Shades of Lime Green #31FF46
Tints of Lime Green #31FF46
RGB
CMYK
RGB Variations
Color information
#31FF46 (or 0x31FF46) is known color: Lime Green. HEX triplet: 31, FF and 46. RGB value is (49,255,70). Sum of RGB (Red+Green+Blue) = 49+255+70=374 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.10% from 374); Green value is 255 (100% from 255 or 68.18% from 374); Blue value is 70 (27.73% from 255 or 18.72% from 374); Max value from RGB is 255 - color contains mainly: green. Hex color #31FF46 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31FF46 is #CE00B9. Grayscale: #ACACAC. Windows color (decimal): -13500602 or 4652849. OLE color: 4652849.
HSL color Cylindrical-coordinate representation of color #31FF46: hue angle of 126.12º 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 #31FF46 is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 255 | 70 | - |
| CMYK | 0.81 | 0 | 0.73 | 0 |
| HSL | 126.12º | 1% | 0.6% | - |
| HSV(B) | 126.12º | 0.81% | 1% | - |
| XYZ | 38.13 | 72.62 | 17.8 | - |
| YUV | 172.32 | 70.25 | 40.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 255 | 70 | 0.81 | 0 | 0.73 | 0 | 126.12 | 1 | 0.6 |
| Hex | 31 | FF | 46 | 51 | 0 | 49 | 0 | 7E | 64 | 3C |
| Octal | 61 | 377 | 106 | 121 | 0 | 111 | 0 | 176 | 144 | 74 |
| Binary | 110001 | 11111111 | 1000110 | 1010001 | 0 | 1001001 | 0 | 1111110 | 1100100 | 111100 |
Color Harmonies of #31FF46
Complementary color
Monochromatic Colors of #31FF46
Black with #31FF46
Text Example
Text Example
White with #31FF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FF46; }
p { color: rgb(49,255,70); }
H1.HeaderClassName
{
color: #31FF46;
}
.AnyTagClassName
{
color: #31FF46;
}
</style>
background-color css
<style>
a { background-color: #31FF46; }
a { background-color: rgb(49,255,70); }
div.DivClassName
{
background-color: #31FF46;
}
.BgClassName
{
background-color: #31FF46;
}
</style>
border-color css
<style>
span { border-color: #31FF46; }
span { border-color: rgb(49,255,70); }
td.TdClassName
{
border-color: #31FF46;
}
.TagClassName
{
border-color: #31FF46;
}
</style>