Shades of Lime Green #31C44B
Tints of Lime Green #31C44B
RGB
CMYK
RGB Variations
Color information
#31C44B (or 0x31C44B) is known color: Lime Green. HEX triplet: 31, C4 and 4B. RGB value is (49,196,75). Sum of RGB (Red+Green+Blue) = 49+196+75=320 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.31% from 320); Green value is 196 (76.95% from 255 or 61.25% from 320); Blue value is 75 (29.69% from 255 or 23.44% from 320); Max value from RGB is 196 - color contains mainly: green. Hex color #31C44B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C44B is #CE3BB4. Grayscale: #8A8A8A. Windows color (decimal): -13515701 or 4965425. OLE color: 4965425.
HSL color Cylindrical-coordinate representation of color #31C44B: hue angle of 130.61º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31C44B is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 49 | 196 | 75 | - |
| CMYK | 0.75 | 0 | 0.62 | 0.23 |
| HSL | 130.61º | 0.6% | 0.48% | - |
| HSV(B) | 130.61º | 0.75% | 0.77% | - |
| XYZ | 22.28 | 40.64 | 13.33 | - |
| YUV | 138.25 | 92.3 | 64.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 196 | 75 | 0.75 | 0 | 0.62 | 0.23 | 130.61 | 0.6 | 0.48 |
| Hex | 31 | C4 | 4B | 4B | 0 | 3E | 17 | 83 | 3C | 30 |
| Octal | 61 | 304 | 113 | 113 | 0 | 76 | 27 | 203 | 74 | 60 |
| Binary | 110001 | 11000100 | 1001011 | 1001011 | 0 | 111110 | 10111 | 10000011 | 111100 | 110000 |
Color Harmonies of #31C44B
Complementary color
Monochromatic Colors of #31C44B
Black with #31C44B
Text Example
Text Example
White with #31C44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C44B; }
p { color: rgb(49,196,75); }
H1.HeaderClassName
{
color: #31C44B;
}
.AnyTagClassName
{
color: #31C44B;
}
</style>
background-color css
<style>
a { background-color: #31C44B; }
a { background-color: rgb(49,196,75); }
div.DivClassName
{
background-color: #31C44B;
}
.BgClassName
{
background-color: #31C44B;
}
</style>
border-color css
<style>
span { border-color: #31C44B; }
span { border-color: rgb(49,196,75); }
td.TdClassName
{
border-color: #31C44B;
}
.TagClassName
{
border-color: #31C44B;
}
</style>