Shades of Lime Green #31CC42
Tints of Lime Green #31CC42
RGB
CMYK
RGB Variations
Color information
#31CC42 (or 0x31CC42) is known color: Lime Green. HEX triplet: 31, CC and 42. RGB value is (49,204,66). Sum of RGB (Red+Green+Blue) = 49+204+66=319 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.36% from 319); Green value is 204 (80.08% from 255 or 63.95% from 319); Blue value is 66 (26.17% from 255 or 20.69% from 319); Max value from RGB is 204 - color contains mainly: green. Hex color #31CC42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31CC42 is #CE33BD. Grayscale: #8E8E8E. Windows color (decimal): -13513662 or 4377649. OLE color: 4377649.
HSL color Cylindrical-coordinate representation of color #31CC42: hue angle of 126.58º 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 #31CC42 is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 204 | 66 | - |
| CMYK | 0.76 | 0 | 0.68 | 0.2 |
| HSL | 126.58º | 0.61% | 0.5% | - |
| HSV(B) | 126.58º | 0.76% | 0.8% | - |
| XYZ | 23.84 | 44.23 | 12.44 | - |
| YUV | 141.92 | 85.15 | 61.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 204 | 66 | 0.76 | 0 | 0.68 | 0.2 | 126.58 | 0.61 | 0.5 |
| Hex | 31 | CC | 42 | 4C | 0 | 44 | 14 | 7F | 3D | 32 |
| Octal | 61 | 314 | 102 | 114 | 0 | 104 | 24 | 177 | 75 | 62 |
| Binary | 110001 | 11001100 | 1000010 | 1001100 | 0 | 1000100 | 10100 | 1111111 | 111101 | 110010 |
Color Harmonies of #31CC42
Complementary color
Monochromatic Colors of #31CC42
Black with #31CC42
Text Example
Text Example
White with #31CC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CC42; }
p { color: rgb(49,204,66); }
H1.HeaderClassName
{
color: #31CC42;
}
.AnyTagClassName
{
color: #31CC42;
}
</style>
background-color css
<style>
a { background-color: #31CC42; }
a { background-color: rgb(49,204,66); }
div.DivClassName
{
background-color: #31CC42;
}
.BgClassName
{
background-color: #31CC42;
}
</style>
border-color css
<style>
span { border-color: #31CC42; }
span { border-color: rgb(49,204,66); }
td.TdClassName
{
border-color: #31CC42;
}
.TagClassName
{
border-color: #31CC42;
}
</style>