Shades of Lime Green #31D238
Tints of Lime Green #31D238
RGB
CMYK
RGB Variations
Color information
#31D238 (or 0x31D238) is known color: Lime Green. HEX triplet: 31, D2 and 38. RGB value is (49,210,56). Sum of RGB (Red+Green+Blue) = 49+210+56=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 210 (82.42% from 255 or 66.67% from 315); Blue value is 56 (22.27% from 255 or 17.78% from 315); Max value from RGB is 210 - color contains mainly: green. Hex color #31D238 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D238 is #CE2DC7. Grayscale: #909090. Windows color (decimal): -13512136 or 3723825. OLE color: 3723825.
HSL color Cylindrical-coordinate representation of color #31D238: hue angle of 122.61º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D238 is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 210 | 56 | - |
| CMYK | 0.77 | 0 | 0.73 | 0.18 |
| HSL | 122.61º | 0.64% | 0.51% | - |
| HSV(B) | 122.61º | 0.77% | 0.82% | - |
| XYZ | 25.03 | 47.03 | 11.5 | - |
| YUV | 144.31 | 78.16 | 60.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 210 | 56 | 0.77 | 0 | 0.73 | 0.18 | 122.61 | 0.64 | 0.51 |
| Hex | 31 | D2 | 38 | 4D | 0 | 49 | 12 | 7B | 40 | 33 |
| Octal | 61 | 322 | 70 | 115 | 0 | 111 | 22 | 173 | 100 | 63 |
| Binary | 110001 | 11010010 | 111000 | 1001101 | 0 | 1001001 | 10010 | 1111011 | 1000000 | 110011 |
Color Harmonies of #31D238
Complementary color
Monochromatic Colors of #31D238
Black with #31D238
Text Example
Text Example
White with #31D238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D238; }
p { color: rgb(49,210,56); }
H1.HeaderClassName
{
color: #31D238;
}
.AnyTagClassName
{
color: #31D238;
}
</style>
background-color css
<style>
a { background-color: #31D238; }
a { background-color: rgb(49,210,56); }
div.DivClassName
{
background-color: #31D238;
}
.BgClassName
{
background-color: #31D238;
}
</style>
border-color css
<style>
span { border-color: #31D238; }
span { border-color: rgb(49,210,56); }
td.TdClassName
{
border-color: #31D238;
}
.TagClassName
{
border-color: #31D238;
}
</style>