Shades of Lime Green #31FF3A
Tints of Lime Green #31FF3A
RGB
CMYK
RGB Variations
Color information
#31FF3A (or 0x31FF3A) is known color: Lime Green. HEX triplet: 31, FF and 3A. RGB value is (49,255,58). Sum of RGB (Red+Green+Blue) = 49+255+58=362 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.54% from 362); Green value is 255 (100% from 255 or 70.44% from 362); Blue value is 58 (23.05% from 255 or 16.02% from 362); Max value from RGB is 255 - color contains mainly: green. Hex color #31FF3A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31FF3A is #CE00C5. Grayscale: #ABABAB. Windows color (decimal): -13500614 or 3866417. OLE color: 3866417.
HSL color Cylindrical-coordinate representation of color #31FF3A: hue angle of 122.62º 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 #31FF3A is Cyan = 0.81, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 49 | 255 | 58 | - |
| CMYK | 0.81 | 0 | 0.77 | 0 |
| HSL | 122.62º | 1% | 0.6% | - |
| HSV(B) | 122.62º | 0.81% | 1% | - |
| XYZ | 37.79 | 72.48 | 16 | - |
| YUV | 170.95 | 64.25 | 41.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 255 | 58 | 0.81 | 0 | 0.77 | 0 | 122.62 | 1 | 0.6 |
| Hex | 31 | FF | 3A | 51 | 0 | 4D | 0 | 7B | 64 | 3C |
| Octal | 61 | 377 | 72 | 121 | 0 | 115 | 0 | 173 | 144 | 74 |
| Binary | 110001 | 11111111 | 111010 | 1010001 | 0 | 1001101 | 0 | 1111011 | 1100100 | 111100 |
Color Harmonies of #31FF3A
Complementary color
Monochromatic Colors of #31FF3A
Black with #31FF3A
Text Example
Text Example
White with #31FF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FF3A; }
p { color: rgb(49,255,58); }
H1.HeaderClassName
{
color: #31FF3A;
}
.AnyTagClassName
{
color: #31FF3A;
}
</style>
background-color css
<style>
a { background-color: #31FF3A; }
a { background-color: rgb(49,255,58); }
div.DivClassName
{
background-color: #31FF3A;
}
.BgClassName
{
background-color: #31FF3A;
}
</style>
border-color css
<style>
span { border-color: #31FF3A; }
span { border-color: rgb(49,255,58); }
td.TdClassName
{
border-color: #31FF3A;
}
.TagClassName
{
border-color: #31FF3A;
}
</style>