Shades of Lime Green #31FF38
Tints of Lime Green #31FF38
RGB
CMYK
RGB Variations
Color information
#31FF38 (or 0x31FF38) is known color: Lime Green. HEX triplet: 31, FF and 38. RGB value is (49,255,56). Sum of RGB (Red+Green+Blue) = 49+255+56=360 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.61% from 360); Green value is 255 (100% from 255 or 70.83% from 360); Blue value is 56 (22.27% from 255 or 15.56% from 360); Max value from RGB is 255 - color contains mainly: green. Hex color #31FF38 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31FF38 is #CE00C7. Grayscale: #ABABAB. Windows color (decimal): -13500616 or 3735345. OLE color: 3735345.
HSL color Cylindrical-coordinate representation of color #31FF38: hue angle of 122.04º 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 #31FF38 is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 255 | 56 | - |
| CMYK | 0.81 | 0 | 0.78 | 0 |
| HSL | 122.04º | 1% | 0.6% | - |
| HSV(B) | 122.04º | 0.81% | 1% | - |
| XYZ | 37.74 | 72.46 | 15.74 | - |
| YUV | 170.72 | 63.25 | 41.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 255 | 56 | 0.81 | 0 | 0.78 | 0 | 122.04 | 1 | 0.6 |
| Hex | 31 | FF | 38 | 51 | 0 | 4E | 0 | 7A | 64 | 3C |
| Octal | 61 | 377 | 70 | 121 | 0 | 116 | 0 | 172 | 144 | 74 |
| Binary | 110001 | 11111111 | 111000 | 1010001 | 0 | 1001110 | 0 | 1111010 | 1100100 | 111100 |
Color Harmonies of #31FF38
Complementary color
Monochromatic Colors of #31FF38
Black with #31FF38
Text Example
Text Example
White with #31FF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FF38; }
p { color: rgb(49,255,56); }
H1.HeaderClassName
{
color: #31FF38;
}
.AnyTagClassName
{
color: #31FF38;
}
</style>
background-color css
<style>
a { background-color: #31FF38; }
a { background-color: rgb(49,255,56); }
div.DivClassName
{
background-color: #31FF38;
}
.BgClassName
{
background-color: #31FF38;
}
</style>
border-color css
<style>
span { border-color: #31FF38; }
span { border-color: rgb(49,255,56); }
td.TdClassName
{
border-color: #31FF38;
}
.TagClassName
{
border-color: #31FF38;
}
</style>