Shades of Lime Green #31D92A
Tints of Lime Green #31D92A
RGB
CMYK
RGB Variations
Color information
#31D92A (or 0x31D92A) is known color: Lime Green. HEX triplet: 31, D9 and 2A. RGB value is (49,217,42). Sum of RGB (Red+Green+Blue) = 49+217+42=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 217 (85.16% from 255 or 70.45% from 308); Blue value is 42 (16.80% from 255 or 13.64% from 308); Max value from RGB is 217 - color contains mainly: green. Hex color #31D92A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D92A is #CE26D5. Grayscale: #939393. Windows color (decimal): -13510358 or 2808113. OLE color: 2808113.
HSL color Cylindrical-coordinate representation of color #31D92A: hue angle of 117.6º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31D92A is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 217 | 42 | - |
| CMYK | 0.77 | 0 | 0.81 | 0.15 |
| HSL | 117.6º | 0.7% | 0.51% | - |
| HSV(B) | 117.6º | 0.81% | 0.85% | - |
| XYZ | 26.5 | 50.45 | 10.53 | - |
| YUV | 146.82 | 68.84 | 58.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 217 | 42 | 0.77 | 0 | 0.81 | 0.15 | 117.6 | 0.7 | 0.51 |
| Hex | 31 | D9 | 2A | 4D | 0 | 51 | F | 76 | 46 | 33 |
| Octal | 61 | 331 | 52 | 115 | 0 | 121 | 17 | 166 | 106 | 63 |
| Binary | 110001 | 11011001 | 101010 | 1001101 | 0 | 1010001 | 1111 | 1110110 | 1000110 | 110011 |
Color Harmonies of #31D92A
Complementary color
Monochromatic Colors of #31D92A
Black with #31D92A
Text Example
Text Example
White with #31D92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D92A; }
p { color: rgb(49,217,42); }
H1.HeaderClassName
{
color: #31D92A;
}
.AnyTagClassName
{
color: #31D92A;
}
</style>
background-color css
<style>
a { background-color: #31D92A; }
a { background-color: rgb(49,217,42); }
div.DivClassName
{
background-color: #31D92A;
}
.BgClassName
{
background-color: #31D92A;
}
</style>
border-color css
<style>
span { border-color: #31D92A; }
span { border-color: rgb(49,217,42); }
td.TdClassName
{
border-color: #31D92A;
}
.TagClassName
{
border-color: #31D92A;
}
</style>