Shades of Lime Green #31AF31
Tints of Lime Green #31AF31
RGB
CMYK
RGB Variations
Color information
#31AF31 (or 0x31AF31) is known color: Lime Green. HEX triplet: 31, AF and 31. RGB value is (49,175,49). Sum of RGB (Red+Green+Blue) = 49+175+49=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 175 (68.75% from 255 or 64.10% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 175 - color contains mainly: green. Hex color #31AF31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AF31 is #CE50CE. Grayscale: #7B7B7B. Windows color (decimal): -13521103 or 3256113. OLE color: 3256113.
HSL color Cylindrical-coordinate representation of color #31AF31: hue angle of 120º 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 #31AF31 is Cyan = 0.72, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 175 | 49 | - |
| CMYK | 0.72 | 0 | 0.72 | 0.31 |
| HSL | 120º | 0.56% | 0.44% | - |
| HSV(B) | 120º | 0.72% | 0.69% | - |
| XYZ | 17.15 | 31.53 | 8.09 | - |
| YUV | 122.96 | 86.26 | 75.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 175 | 49 | 0.72 | 0 | 0.72 | 0.31 | 120 | 0.56 | 0.44 |
| Hex | 31 | AF | 31 | 48 | 0 | 48 | 1F | 78 | 38 | 2C |
| Octal | 61 | 257 | 61 | 110 | 0 | 110 | 37 | 170 | 70 | 54 |
| Binary | 110001 | 10101111 | 110001 | 1001000 | 0 | 1001000 | 11111 | 1111000 | 111000 | 101100 |
Color Harmonies of #31AF31
Complementary color
Monochromatic Colors of #31AF31
Black with #31AF31
Text Example
Text Example
White with #31AF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AF31; }
p { color: rgb(49,175,49); }
H1.HeaderClassName
{
color: #31AF31;
}
.AnyTagClassName
{
color: #31AF31;
}
</style>
background-color css
<style>
a { background-color: #31AF31; }
a { background-color: rgb(49,175,49); }
div.DivClassName
{
background-color: #31AF31;
}
.BgClassName
{
background-color: #31AF31;
}
</style>
border-color css
<style>
span { border-color: #31AF31; }
span { border-color: rgb(49,175,49); }
td.TdClassName
{
border-color: #31AF31;
}
.TagClassName
{
border-color: #31AF31;
}
</style>