Shades of Lime Green #31D025
Tints of Lime Green #31D025
RGB
CMYK
RGB Variations
Color information
#31D025 (or 0x31D025) is known color: Lime Green. HEX triplet: 31, D0 and 25. RGB value is (49,208,37). Sum of RGB (Red+Green+Blue) = 49+208+37=294 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.67% from 294); Green value is 208 (81.64% from 255 or 70.75% from 294); Blue value is 37 (14.84% from 255 or 12.59% from 294); Max value from RGB is 208 - color contains mainly: green. Hex color #31D025 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D025 is #CE2FDA. Grayscale: #8D8D8D. Windows color (decimal): -13512667 or 2478129. OLE color: 2478129.
HSL color Cylindrical-coordinate representation of color #31D025: hue angle of 115.79º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #31D025 is Cyan = 0.76, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 208 | 37 | - |
| CMYK | 0.76 | 0 | 0.82 | 0.18 |
| HSL | 115.79º | 0.7% | 0.48% | - |
| HSV(B) | 115.79º | 0.82% | 0.82% | - |
| XYZ | 24.16 | 45.9 | 9.34 | - |
| YUV | 140.97 | 69.32 | 62.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 208 | 37 | 0.76 | 0 | 0.82 | 0.18 | 115.79 | 0.7 | 0.48 |
| Hex | 31 | D0 | 25 | 4C | 0 | 52 | 12 | 74 | 46 | 30 |
| Octal | 61 | 320 | 45 | 114 | 0 | 122 | 22 | 164 | 106 | 60 |
| Binary | 110001 | 11010000 | 100101 | 1001100 | 0 | 1010010 | 10010 | 1110100 | 1000110 | 110000 |
Color Harmonies of #31D025
Complementary color
Monochromatic Colors of #31D025
Black with #31D025
Text Example
Text Example
White with #31D025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D025; }
p { color: rgb(49,208,37); }
H1.HeaderClassName
{
color: #31D025;
}
.AnyTagClassName
{
color: #31D025;
}
</style>
background-color css
<style>
a { background-color: #31D025; }
a { background-color: rgb(49,208,37); }
div.DivClassName
{
background-color: #31D025;
}
.BgClassName
{
background-color: #31D025;
}
</style>
border-color css
<style>
span { border-color: #31D025; }
span { border-color: rgb(49,208,37); }
td.TdClassName
{
border-color: #31D025;
}
.TagClassName
{
border-color: #31D025;
}
</style>