Shades of Lime Green #31C428
Tints of Lime Green #31C428
RGB
CMYK
RGB Variations
Color information
#31C428 (or 0x31C428) is known color: Lime Green. HEX triplet: 31, C4 and 28. RGB value is (49,196,40). Sum of RGB (Red+Green+Blue) = 49+196+40=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 196 (76.95% from 255 or 68.77% from 285); Blue value is 40 (16.02% from 255 or 14.04% from 285); Max value from RGB is 196 - color contains mainly: green. Hex color #31C428 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C428 is #CE3BD7. Grayscale: #868686. Windows color (decimal): -13515736 or 2671665. OLE color: 2671665.
HSL color Cylindrical-coordinate representation of color #31C428: hue angle of 116.54º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31C428 is Cyan = 0.75, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 49 | 196 | 40 | - |
| CMYK | 0.75 | 0 | 0.80 | 0.23 |
| HSL | 116.54º | 0.66% | 0.46% | - |
| HSV(B) | 116.54º | 0.8% | 0.77% | - |
| XYZ | 21.39 | 40.29 | 8.66 | - |
| YUV | 134.26 | 74.8 | 67.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 196 | 40 | 0.75 | 0 | 0.80 | 0.23 | 116.54 | 0.66 | 0.46 |
| Hex | 31 | C4 | 28 | 4B | 0 | 50 | 17 | 75 | 42 | 2E |
| Octal | 61 | 304 | 50 | 113 | 0 | 120 | 27 | 165 | 102 | 56 |
| Binary | 110001 | 11000100 | 101000 | 1001011 | 0 | 1010000 | 10111 | 1110101 | 1000010 | 101110 |
Color Harmonies of #31C428
Complementary color
Monochromatic Colors of #31C428
Black with #31C428
Text Example
Text Example
White with #31C428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C428; }
p { color: rgb(49,196,40); }
H1.HeaderClassName
{
color: #31C428;
}
.AnyTagClassName
{
color: #31C428;
}
</style>
background-color css
<style>
a { background-color: #31C428; }
a { background-color: rgb(49,196,40); }
div.DivClassName
{
background-color: #31C428;
}
.BgClassName
{
background-color: #31C428;
}
</style>
border-color css
<style>
span { border-color: #31C428; }
span { border-color: rgb(49,196,40); }
td.TdClassName
{
border-color: #31C428;
}
.TagClassName
{
border-color: #31C428;
}
</style>