Shades of Lime Green #31CC46
Tints of Lime Green #31CC46
RGB
CMYK
RGB Variations
Color information
#31CC46 (or 0x31CC46) is known color: Lime Green. HEX triplet: 31, CC and 46. RGB value is (49,204,70). Sum of RGB (Red+Green+Blue) = 49+204+70=323 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.17% from 323); Green value is 204 (80.08% from 255 or 63.16% from 323); Blue value is 70 (27.73% from 255 or 21.67% from 323); Max value from RGB is 204 - color contains mainly: green. Hex color #31CC46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31CC46 is #CE33B9. Grayscale: #8E8E8E. Windows color (decimal): -13513658 or 4639793. OLE color: 4639793.
HSL color Cylindrical-coordinate representation of color #31CC46: hue angle of 128.13º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CC46 is Cyan = 0.76, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 204 | 70 | - |
| CMYK | 0.76 | 0 | 0.66 | 0.2 |
| HSL | 128.13º | 0.61% | 0.5% | - |
| HSV(B) | 128.13º | 0.76% | 0.8% | - |
| XYZ | 23.96 | 44.28 | 13.08 | - |
| YUV | 142.38 | 87.15 | 61.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 204 | 70 | 0.76 | 0 | 0.66 | 0.2 | 128.13 | 0.61 | 0.5 |
| Hex | 31 | CC | 46 | 4C | 0 | 42 | 14 | 80 | 3D | 32 |
| Octal | 61 | 314 | 106 | 114 | 0 | 102 | 24 | 200 | 75 | 62 |
| Binary | 110001 | 11001100 | 1000110 | 1001100 | 0 | 1000010 | 10100 | 10000000 | 111101 | 110010 |
Color Harmonies of #31CC46
Complementary color
Monochromatic Colors of #31CC46
Black with #31CC46
Text Example
Text Example
White with #31CC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CC46; }
p { color: rgb(49,204,70); }
H1.HeaderClassName
{
color: #31CC46;
}
.AnyTagClassName
{
color: #31CC46;
}
</style>
background-color css
<style>
a { background-color: #31CC46; }
a { background-color: rgb(49,204,70); }
div.DivClassName
{
background-color: #31CC46;
}
.BgClassName
{
background-color: #31CC46;
}
</style>
border-color css
<style>
span { border-color: #31CC46; }
span { border-color: rgb(49,204,70); }
td.TdClassName
{
border-color: #31CC46;
}
.TagClassName
{
border-color: #31CC46;
}
</style>