Shades of Lime Green #31AF21
Tints of Lime Green #31AF21
RGB
CMYK
RGB Variations
Color information
#31AF21 (or 0x31AF21) is known color: Lime Green. HEX triplet: 31, AF and 21. RGB value is (49,175,33). Sum of RGB (Red+Green+Blue) = 49+175+33=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 175 (68.75% from 255 or 68.09% from 257); Blue value is 33 (13.28% from 255 or 12.84% from 257); Max value from RGB is 175 - color contains mainly: green. Hex color #31AF21 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AF21 is #CE50DE. Grayscale: #797979. Windows color (decimal): -13521119 or 2207537. OLE color: 2207537.
HSL color Cylindrical-coordinate representation of color #31AF21: hue angle of 113.24º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31AF21 is Cyan = 0.72, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 175 | 33 | - |
| CMYK | 0.72 | 0 | 0.81 | 0.31 |
| HSL | 113.24º | 0.68% | 0.41% | - |
| HSV(B) | 113.24º | 0.81% | 0.69% | - |
| XYZ | 16.87 | 31.42 | 6.61 | - |
| YUV | 121.14 | 78.26 | 76.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 175 | 33 | 0.72 | 0 | 0.81 | 0.31 | 113.24 | 0.68 | 0.41 |
| Hex | 31 | AF | 21 | 48 | 0 | 51 | 1F | 71 | 44 | 29 |
| Octal | 61 | 257 | 41 | 110 | 0 | 121 | 37 | 161 | 104 | 51 |
| Binary | 110001 | 10101111 | 100001 | 1001000 | 0 | 1010001 | 11111 | 1110001 | 1000100 | 101001 |
Color Harmonies of #31AF21
Complementary color
Monochromatic Colors of #31AF21
Black with #31AF21
Text Example
Text Example
White with #31AF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AF21; }
p { color: rgb(49,175,33); }
H1.HeaderClassName
{
color: #31AF21;
}
.AnyTagClassName
{
color: #31AF21;
}
</style>
background-color css
<style>
a { background-color: #31AF21; }
a { background-color: rgb(49,175,33); }
div.DivClassName
{
background-color: #31AF21;
}
.BgClassName
{
background-color: #31AF21;
}
</style>
border-color css
<style>
span { border-color: #31AF21; }
span { border-color: rgb(49,175,33); }
td.TdClassName
{
border-color: #31AF21;
}
.TagClassName
{
border-color: #31AF21;
}
</style>