Shades of Lime Green #31AE32
Tints of Lime Green #31AE32
RGB
CMYK
RGB Variations
Color information
#31AE32 (or 0x31AE32) is known color: Lime Green. HEX triplet: 31, AE and 32. RGB value is (49,174,50). Sum of RGB (Red+Green+Blue) = 49+174+50=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 174 (68.36% from 255 or 63.74% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 174 - color contains mainly: green. Hex color #31AE32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AE32 is #CE51CD. Grayscale: #7A7A7A. Windows color (decimal): -13521358 or 3321393. OLE color: 3321393.
HSL color Cylindrical-coordinate representation of color #31AE32: hue angle of 120.48º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31AE32 is Cyan = 0.72, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 174 | 50 | - |
| CMYK | 0.72 | 0 | 0.71 | 0.32 |
| HSL | 120.48º | 0.56% | 0.44% | - |
| HSV(B) | 120.48º | 0.72% | 0.68% | - |
| XYZ | 16.98 | 31.16 | 8.14 | - |
| YUV | 122.49 | 87.09 | 75.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 174 | 50 | 0.72 | 0 | 0.71 | 0.32 | 120.48 | 0.56 | 0.44 |
| Hex | 31 | AE | 32 | 48 | 0 | 47 | 20 | 78 | 38 | 2C |
| Octal | 61 | 256 | 62 | 110 | 0 | 107 | 40 | 170 | 70 | 54 |
| Binary | 110001 | 10101110 | 110010 | 1001000 | 0 | 1000111 | 100000 | 1111000 | 111000 | 101100 |
Color Harmonies of #31AE32
Complementary color
Monochromatic Colors of #31AE32
Black with #31AE32
Text Example
Text Example
White with #31AE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AE32; }
p { color: rgb(49,174,50); }
H1.HeaderClassName
{
color: #31AE32;
}
.AnyTagClassName
{
color: #31AE32;
}
</style>
background-color css
<style>
a { background-color: #31AE32; }
a { background-color: rgb(49,174,50); }
div.DivClassName
{
background-color: #31AE32;
}
.BgClassName
{
background-color: #31AE32;
}
</style>
border-color css
<style>
span { border-color: #31AE32; }
span { border-color: rgb(49,174,50); }
td.TdClassName
{
border-color: #31AE32;
}
.TagClassName
{
border-color: #31AE32;
}
</style>