Shades of Lime Green #31AA30
Tints of Lime Green #31AA30
RGB
CMYK
RGB Variations
Color information
#31AA30 (or 0x31AA30) is known color: Lime Green. HEX triplet: 31, AA and 30. RGB value is (49,170,48). Sum of RGB (Red+Green+Blue) = 49+170+48=267 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.35% from 267); Green value is 170 (66.80% from 255 or 63.67% from 267); Blue value is 48 (19.14% from 255 or 17.98% from 267); Max value from RGB is 170 - color contains mainly: green. Hex color #31AA30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AA30 is #CE55CF. Grayscale: #787878. Windows color (decimal): -13522384 or 3189297. OLE color: 3189297.
HSL color Cylindrical-coordinate representation of color #31AA30: hue angle of 119.51º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31AA30 is Cyan = 0.71, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 170 | 48 | - |
| CMYK | 0.71 | 0 | 0.72 | 0.33 |
| HSL | 119.51º | 0.56% | 0.43% | - |
| HSV(B) | 119.51º | 0.72% | 0.67% | - |
| XYZ | 16.17 | 29.62 | 7.66 | - |
| YUV | 119.91 | 87.41 | 77.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 170 | 48 | 0.71 | 0 | 0.72 | 0.33 | 119.51 | 0.56 | 0.43 |
| Hex | 31 | AA | 30 | 47 | 0 | 48 | 21 | 78 | 38 | 2B |
| Octal | 61 | 252 | 60 | 107 | 0 | 110 | 41 | 170 | 70 | 53 |
| Binary | 110001 | 10101010 | 110000 | 1000111 | 0 | 1001000 | 100001 | 1111000 | 111000 | 101011 |
Color Harmonies of #31AA30
Complementary color
Monochromatic Colors of #31AA30
Black with #31AA30
Text Example
Text Example
White with #31AA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AA30; }
p { color: rgb(49,170,48); }
H1.HeaderClassName
{
color: #31AA30;
}
.AnyTagClassName
{
color: #31AA30;
}
</style>
background-color css
<style>
a { background-color: #31AA30; }
a { background-color: rgb(49,170,48); }
div.DivClassName
{
background-color: #31AA30;
}
.BgClassName
{
background-color: #31AA30;
}
</style>
border-color css
<style>
span { border-color: #31AA30; }
span { border-color: rgb(49,170,48); }
td.TdClassName
{
border-color: #31AA30;
}
.TagClassName
{
border-color: #31AA30;
}
</style>