Shades of Lime Green #31C03F
Tints of Lime Green #31C03F
RGB
CMYK
RGB Variations
Color information
#31C03F (or 0x31C03F) is known color: Lime Green. HEX triplet: 31, C0 and 3F. RGB value is (49,192,63). Sum of RGB (Red+Green+Blue) = 49+192+63=304 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.12% from 304); Green value is 192 (75.39% from 255 or 63.16% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 192 - color contains mainly: green. Hex color #31C03F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C03F is #CE3FC0. Grayscale: #868686. Windows color (decimal): -13516737 or 4177969. OLE color: 4177969.
HSL color Cylindrical-coordinate representation of color #31C03F: hue angle of 125.87º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31C03F is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 192 | 63 | - |
| CMYK | 0.74 | 0 | 0.67 | 0.25 |
| HSL | 125.87º | 0.59% | 0.47% | - |
| HSV(B) | 125.87º | 0.74% | 0.75% | - |
| XYZ | 21.01 | 38.71 | 11.07 | - |
| YUV | 134.54 | 87.62 | 66.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 192 | 63 | 0.74 | 0 | 0.67 | 0.25 | 125.87 | 0.59 | 0.47 |
| Hex | 31 | C0 | 3F | 4A | 0 | 43 | 19 | 7E | 3B | 2F |
| Octal | 61 | 300 | 77 | 112 | 0 | 103 | 31 | 176 | 73 | 57 |
| Binary | 110001 | 11000000 | 111111 | 1001010 | 0 | 1000011 | 11001 | 1111110 | 111011 | 101111 |
Color Harmonies of #31C03F
Complementary color
Monochromatic Colors of #31C03F
Black with #31C03F
Text Example
Text Example
White with #31C03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C03F; }
p { color: rgb(49,192,63); }
H1.HeaderClassName
{
color: #31C03F;
}
.AnyTagClassName
{
color: #31C03F;
}
</style>
background-color css
<style>
a { background-color: #31C03F; }
a { background-color: rgb(49,192,63); }
div.DivClassName
{
background-color: #31C03F;
}
.BgClassName
{
background-color: #31C03F;
}
</style>
border-color css
<style>
span { border-color: #31C03F; }
span { border-color: rgb(49,192,63); }
td.TdClassName
{
border-color: #31C03F;
}
.TagClassName
{
border-color: #31C03F;
}
</style>