Shades of Lime Green #31CB40
Tints of Lime Green #31CB40
RGB
CMYK
RGB Variations
Color information
#31CB40 (or 0x31CB40) is known color: Lime Green. HEX triplet: 31, CB and 40. RGB value is (49,203,64). Sum of RGB (Red+Green+Blue) = 49+203+64=316 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.51% from 316); Green value is 203 (79.69% from 255 or 64.24% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 203 - color contains mainly: green. Hex color #31CB40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31CB40 is #CE34BF. Grayscale: #8D8D8D. Windows color (decimal): -13513920 or 4246321. OLE color: 4246321.
HSL color Cylindrical-coordinate representation of color #31CB40: hue angle of 125.84º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CB40 is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 203 | 64 | - |
| CMYK | 0.76 | 0 | 0.68 | 0.20 |
| HSL | 125.84º | 0.61% | 0.49% | - |
| HSV(B) | 125.84º | 0.76% | 0.8% | - |
| XYZ | 23.55 | 43.74 | 12.05 | - |
| YUV | 141.11 | 84.48 | 62.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 203 | 64 | 0.76 | 0 | 0.68 | 0.20 | 125.84 | 0.61 | 0.49 |
| Hex | 31 | CB | 40 | 4C | 0 | 44 | 14 | 7E | 3D | 31 |
| Octal | 61 | 313 | 100 | 114 | 0 | 104 | 24 | 176 | 75 | 61 |
| Binary | 110001 | 11001011 | 1000000 | 1001100 | 0 | 1000100 | 10100 | 1111110 | 111101 | 110001 |
Color Harmonies of #31CB40
Complementary color
Monochromatic Colors of #31CB40
Black with #31CB40
Text Example
Text Example
White with #31CB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CB40; }
p { color: rgb(49,203,64); }
H1.HeaderClassName
{
color: #31CB40;
}
.AnyTagClassName
{
color: #31CB40;
}
</style>
background-color css
<style>
a { background-color: #31CB40; }
a { background-color: rgb(49,203,64); }
div.DivClassName
{
background-color: #31CB40;
}
.BgClassName
{
background-color: #31CB40;
}
</style>
border-color css
<style>
span { border-color: #31CB40; }
span { border-color: rgb(49,203,64); }
td.TdClassName
{
border-color: #31CB40;
}
.TagClassName
{
border-color: #31CB40;
}
</style>