Shades of Lime Green #31F13A
Tints of Lime Green #31F13A
RGB
CMYK
RGB Variations
Color information
#31F13A (or 0x31F13A) is known color: Lime Green. HEX triplet: 31, F1 and 3A. RGB value is (49,241,58). Sum of RGB (Red+Green+Blue) = 49+241+58=348 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.08% from 348); Green value is 241 (94.53% from 255 or 69.25% from 348); Blue value is 58 (23.05% from 255 or 16.67% from 348); Max value from RGB is 241 - color contains mainly: green. Hex color #31F13A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F13A is #CE0EC5. Grayscale: #A3A3A3. Windows color (decimal): -13504198 or 3862833. OLE color: 3862833.
HSL color Cylindrical-coordinate representation of color #31F13A: hue angle of 122.81º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F13A is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 241 | 58 | - |
| CMYK | 0.80 | 0 | 0.76 | 0.05 |
| HSL | 122.81º | 0.87% | 0.57% | - |
| HSV(B) | 122.81º | 0.8% | 0.95% | - |
| XYZ | 33.49 | 63.87 | 14.57 | - |
| YUV | 162.73 | 68.89 | 46.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 241 | 58 | 0.80 | 0 | 0.76 | 0.05 | 122.81 | 0.87 | 0.57 |
| Hex | 31 | F1 | 3A | 50 | 0 | 4C | 5 | 7B | 57 | 39 |
| Octal | 61 | 361 | 72 | 120 | 0 | 114 | 5 | 173 | 127 | 71 |
| Binary | 110001 | 11110001 | 111010 | 1010000 | 0 | 1001100 | 101 | 1111011 | 1010111 | 111001 |
Color Harmonies of #31F13A
Complementary color
Monochromatic Colors of #31F13A
Black with #31F13A
Text Example
Text Example
White with #31F13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F13A; }
p { color: rgb(49,241,58); }
H1.HeaderClassName
{
color: #31F13A;
}
.AnyTagClassName
{
color: #31F13A;
}
</style>
background-color css
<style>
a { background-color: #31F13A; }
a { background-color: rgb(49,241,58); }
div.DivClassName
{
background-color: #31F13A;
}
.BgClassName
{
background-color: #31F13A;
}
</style>
border-color css
<style>
span { border-color: #31F13A; }
span { border-color: rgb(49,241,58); }
td.TdClassName
{
border-color: #31F13A;
}
.TagClassName
{
border-color: #31F13A;
}
</style>