Shades of Lime Green #31C32B
Tints of Lime Green #31C32B
RGB
CMYK
RGB Variations
Color information
#31C32B (or 0x31C32B) is known color: Lime Green. HEX triplet: 31, C3 and 2B. RGB value is (49,195,43). Sum of RGB (Red+Green+Blue) = 49+195+43=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 195 (76.56% from 255 or 67.94% from 287); Blue value is 43 (17.19% from 255 or 14.98% from 287); Max value from RGB is 195 - color contains mainly: green. Hex color #31C32B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C32B is #CE3CD4. Grayscale: #868686. Windows color (decimal): -13515989 or 2868017. OLE color: 2868017.
HSL color Cylindrical-coordinate representation of color #31C32B: hue angle of 117.63º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31C32B is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 195 | 43 | - |
| CMYK | 0.75 | 0 | 0.78 | 0.24 |
| HSL | 117.63º | 0.64% | 0.47% | - |
| HSV(B) | 117.63º | 0.78% | 0.76% | - |
| XYZ | 21.22 | 39.86 | 8.86 | - |
| YUV | 134.02 | 76.63 | 67.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 195 | 43 | 0.75 | 0 | 0.78 | 0.24 | 117.63 | 0.64 | 0.47 |
| Hex | 31 | C3 | 2B | 4B | 0 | 4E | 18 | 76 | 40 | 2F |
| Octal | 61 | 303 | 53 | 113 | 0 | 116 | 30 | 166 | 100 | 57 |
| Binary | 110001 | 11000011 | 101011 | 1001011 | 0 | 1001110 | 11000 | 1110110 | 1000000 | 101111 |
Color Harmonies of #31C32B
Complementary color
Monochromatic Colors of #31C32B
Black with #31C32B
Text Example
Text Example
White with #31C32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C32B; }
p { color: rgb(49,195,43); }
H1.HeaderClassName
{
color: #31C32B;
}
.AnyTagClassName
{
color: #31C32B;
}
</style>
background-color css
<style>
a { background-color: #31C32B; }
a { background-color: rgb(49,195,43); }
div.DivClassName
{
background-color: #31C32B;
}
.BgClassName
{
background-color: #31C32B;
}
</style>
border-color css
<style>
span { border-color: #31C32B; }
span { border-color: rgb(49,195,43); }
td.TdClassName
{
border-color: #31C32B;
}
.TagClassName
{
border-color: #31C32B;
}
</style>