Shades of Lime Green #31C04C
Tints of Lime Green #31C04C
RGB
CMYK
RGB Variations
Color information
#31C04C (or 0x31C04C) is known color: Lime Green. HEX triplet: 31, C0 and 4C. RGB value is (49,192,76). Sum of RGB (Red+Green+Blue) = 49+192+76=317 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.46% from 317); Green value is 192 (75.39% from 255 or 60.57% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 192 - color contains mainly: green. Hex color #31C04C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C04C is #CE3FB3. Grayscale: #888888. Windows color (decimal): -13516724 or 5029937. OLE color: 5029937.
HSL color Cylindrical-coordinate representation of color #31C04C: hue angle of 131.33º 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 #31C04C is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 192 | 76 | - |
| CMYK | 0.74 | 0 | 0.60 | 0.25 |
| HSL | 131.33º | 0.59% | 0.47% | - |
| HSV(B) | 131.33º | 0.74% | 0.75% | - |
| XYZ | 21.42 | 38.87 | 13.21 | - |
| YUV | 136.02 | 94.12 | 65.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 192 | 76 | 0.74 | 0 | 0.60 | 0.25 | 131.33 | 0.59 | 0.47 |
| Hex | 31 | C0 | 4C | 4A | 0 | 3C | 19 | 83 | 3B | 2F |
| Octal | 61 | 300 | 114 | 112 | 0 | 74 | 31 | 203 | 73 | 57 |
| Binary | 110001 | 11000000 | 1001100 | 1001010 | 0 | 111100 | 11001 | 10000011 | 111011 | 101111 |
Color Harmonies of #31C04C
Complementary color
Monochromatic Colors of #31C04C
Black with #31C04C
Text Example
Text Example
White with #31C04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C04C; }
p { color: rgb(49,192,76); }
H1.HeaderClassName
{
color: #31C04C;
}
.AnyTagClassName
{
color: #31C04C;
}
</style>
background-color css
<style>
a { background-color: #31C04C; }
a { background-color: rgb(49,192,76); }
div.DivClassName
{
background-color: #31C04C;
}
.BgClassName
{
background-color: #31C04C;
}
</style>
border-color css
<style>
span { border-color: #31C04C; }
span { border-color: rgb(49,192,76); }
td.TdClassName
{
border-color: #31C04C;
}
.TagClassName
{
border-color: #31C04C;
}
</style>