Shades of Lime Green #31DF3A
Tints of Lime Green #31DF3A
RGB
CMYK
RGB Variations
Color information
#31DF3A (or 0x31DF3A) is known color: Lime Green. HEX triplet: 31, DF and 3A. RGB value is (49,223,58). Sum of RGB (Red+Green+Blue) = 49+223+58=330 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.85% from 330); Green value is 223 (87.5% from 255 or 67.58% from 330); Blue value is 58 (23.05% from 255 or 17.58% from 330); Max value from RGB is 223 - color contains mainly: green. Hex color #31DF3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31DF3A is #CE20C5. Grayscale: #989898. Windows color (decimal): -13508806 or 3858225. OLE color: 3858225.
HSL color Cylindrical-coordinate representation of color #31DF3A: hue angle of 123.1º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DF3A is Cyan = 0.78, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 223 | 58 | - |
| CMYK | 0.78 | 0 | 0.74 | 0.13 |
| HSL | 123.1º | 0.73% | 0.53% | - |
| HSV(B) | 123.1º | 0.78% | 0.87% | - |
| XYZ | 28.42 | 53.73 | 12.88 | - |
| YUV | 152.16 | 74.85 | 54.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 223 | 58 | 0.78 | 0 | 0.74 | 0.13 | 123.1 | 0.73 | 0.53 |
| Hex | 31 | DF | 3A | 4E | 0 | 4A | D | 7B | 49 | 35 |
| Octal | 61 | 337 | 72 | 116 | 0 | 112 | 15 | 173 | 111 | 65 |
| Binary | 110001 | 11011111 | 111010 | 1001110 | 0 | 1001010 | 1101 | 1111011 | 1001001 | 110101 |
Color Harmonies of #31DF3A
Complementary color
Monochromatic Colors of #31DF3A
Black with #31DF3A
Text Example
Text Example
White with #31DF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DF3A; }
p { color: rgb(49,223,58); }
H1.HeaderClassName
{
color: #31DF3A;
}
.AnyTagClassName
{
color: #31DF3A;
}
</style>
background-color css
<style>
a { background-color: #31DF3A; }
a { background-color: rgb(49,223,58); }
div.DivClassName
{
background-color: #31DF3A;
}
.BgClassName
{
background-color: #31DF3A;
}
</style>
border-color css
<style>
span { border-color: #31DF3A; }
span { border-color: rgb(49,223,58); }
td.TdClassName
{
border-color: #31DF3A;
}
.TagClassName
{
border-color: #31DF3A;
}
</style>