Shades of Lime Green #31DA36
Tints of Lime Green #31DA36
RGB
CMYK
RGB Variations
Color information
#31DA36 (or 0x31DA36) is known color: Lime Green. HEX triplet: 31, DA and 36. RGB value is (49,218,54). Sum of RGB (Red+Green+Blue) = 49+218+54=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 218 (85.55% from 255 or 67.91% from 321); Blue value is 54 (21.48% from 255 or 16.82% from 321); Max value from RGB is 218 - color contains mainly: green. Hex color #31DA36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31DA36 is #CE25C9. Grayscale: #959595. Windows color (decimal): -13510090 or 3594801. OLE color: 3594801.
HSL color Cylindrical-coordinate representation of color #31DA36: hue angle of 121.78º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DA36 is Cyan = 0.78, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 218 | 54 | - |
| CMYK | 0.78 | 0 | 0.75 | 0.15 |
| HSL | 121.78º | 0.7% | 0.52% | - |
| HSV(B) | 121.78º | 0.78% | 0.85% | - |
| XYZ | 27 | 51.06 | 11.92 | - |
| YUV | 148.77 | 74.51 | 56.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 218 | 54 | 0.78 | 0 | 0.75 | 0.15 | 121.78 | 0.7 | 0.52 |
| Hex | 31 | DA | 36 | 4E | 0 | 4B | F | 7A | 46 | 34 |
| Octal | 61 | 332 | 66 | 116 | 0 | 113 | 17 | 172 | 106 | 64 |
| Binary | 110001 | 11011010 | 110110 | 1001110 | 0 | 1001011 | 1111 | 1111010 | 1000110 | 110100 |
Color Harmonies of #31DA36
Complementary color
Monochromatic Colors of #31DA36
Black with #31DA36
Text Example
Text Example
White with #31DA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DA36; }
p { color: rgb(49,218,54); }
H1.HeaderClassName
{
color: #31DA36;
}
.AnyTagClassName
{
color: #31DA36;
}
</style>
background-color css
<style>
a { background-color: #31DA36; }
a { background-color: rgb(49,218,54); }
div.DivClassName
{
background-color: #31DA36;
}
.BgClassName
{
background-color: #31DA36;
}
</style>
border-color css
<style>
span { border-color: #31DA36; }
span { border-color: rgb(49,218,54); }
td.TdClassName
{
border-color: #31DA36;
}
.TagClassName
{
border-color: #31DA36;
}
</style>