Shades of Lime Green #31AF3E
Tints of Lime Green #31AF3E
RGB
CMYK
RGB Variations
Color information
#31AF3E (or 0x31AF3E) is known color: Lime Green. HEX triplet: 31, AF and 3E. RGB value is (49,175,62). Sum of RGB (Red+Green+Blue) = 49+175+62=286 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.13% from 286); Green value is 175 (68.75% from 255 or 61.19% from 286); Blue value is 62 (24.61% from 255 or 21.68% from 286); Max value from RGB is 175 - color contains mainly: green. Hex color #31AF3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AF3E is #CE50C1. Grayscale: #7C7C7C. Windows color (decimal): -13521090 or 4108081. OLE color: 4108081.
HSL color Cylindrical-coordinate representation of color #31AF3E: hue angle of 126.19º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31AF3E is Cyan = 0.72, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 175 | 62 | - |
| CMYK | 0.72 | 0 | 0.65 | 0.31 |
| HSL | 126.19º | 0.56% | 0.44% | - |
| HSV(B) | 126.19º | 0.72% | 0.69% | - |
| XYZ | 17.47 | 31.66 | 9.75 | - |
| YUV | 124.44 | 92.76 | 74.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 175 | 62 | 0.72 | 0 | 0.65 | 0.31 | 126.19 | 0.56 | 0.44 |
| Hex | 31 | AF | 3E | 48 | 0 | 41 | 1F | 7E | 38 | 2C |
| Octal | 61 | 257 | 76 | 110 | 0 | 101 | 37 | 176 | 70 | 54 |
| Binary | 110001 | 10101111 | 111110 | 1001000 | 0 | 1000001 | 11111 | 1111110 | 111000 | 101100 |
Color Harmonies of #31AF3E
Complementary color
Monochromatic Colors of #31AF3E
Black with #31AF3E
Text Example
Text Example
White with #31AF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AF3E; }
p { color: rgb(49,175,62); }
H1.HeaderClassName
{
color: #31AF3E;
}
.AnyTagClassName
{
color: #31AF3E;
}
</style>
background-color css
<style>
a { background-color: #31AF3E; }
a { background-color: rgb(49,175,62); }
div.DivClassName
{
background-color: #31AF3E;
}
.BgClassName
{
background-color: #31AF3E;
}
</style>
border-color css
<style>
span { border-color: #31AF3E; }
span { border-color: rgb(49,175,62); }
td.TdClassName
{
border-color: #31AF3E;
}
.TagClassName
{
border-color: #31AF3E;
}
</style>