Shades of Lime Green #31CE40
Tints of Lime Green #31CE40
RGB
CMYK
RGB Variations
Color information
#31CE40 (or 0x31CE40) is known color: Lime Green. HEX triplet: 31, CE and 40. RGB value is (49,206,64). Sum of RGB (Red+Green+Blue) = 49+206+64=319 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.36% from 319); Green value is 206 (80.86% from 255 or 64.58% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 206 - color contains mainly: green. Hex color #31CE40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31CE40 is #CE31BF. Grayscale: #8F8F8F. Windows color (decimal): -13513152 or 4247089. OLE color: 4247089.
HSL color Cylindrical-coordinate representation of color #31CE40: hue angle of 125.73º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CE40 is Cyan = 0.76, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 206 | 64 | - |
| CMYK | 0.76 | 0 | 0.69 | 0.19 |
| HSL | 125.73º | 0.62% | 0.5% | - |
| HSV(B) | 125.73º | 0.76% | 0.81% | - |
| XYZ | 24.26 | 45.17 | 12.29 | - |
| YUV | 142.87 | 83.49 | 61.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 206 | 64 | 0.76 | 0 | 0.69 | 0.19 | 125.73 | 0.62 | 0.5 |
| Hex | 31 | CE | 40 | 4C | 0 | 45 | 13 | 7E | 3E | 32 |
| Octal | 61 | 316 | 100 | 114 | 0 | 105 | 23 | 176 | 76 | 62 |
| Binary | 110001 | 11001110 | 1000000 | 1001100 | 0 | 1000101 | 10011 | 1111110 | 111110 | 110010 |
Color Harmonies of #31CE40
Complementary color
Monochromatic Colors of #31CE40
Black with #31CE40
Text Example
Text Example
White with #31CE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CE40; }
p { color: rgb(49,206,64); }
H1.HeaderClassName
{
color: #31CE40;
}
.AnyTagClassName
{
color: #31CE40;
}
</style>
background-color css
<style>
a { background-color: #31CE40; }
a { background-color: rgb(49,206,64); }
div.DivClassName
{
background-color: #31CE40;
}
.BgClassName
{
background-color: #31CE40;
}
</style>
border-color css
<style>
span { border-color: #31CE40; }
span { border-color: rgb(49,206,64); }
td.TdClassName
{
border-color: #31CE40;
}
.TagClassName
{
border-color: #31CE40;
}
</style>