Shades of Lime Green #31AF23
Tints of Lime Green #31AF23
RGB
CMYK
RGB Variations
Color information
#31AF23 (or 0x31AF23) is known color: Lime Green. HEX triplet: 31, AF and 23. RGB value is (49,175,35). Sum of RGB (Red+Green+Blue) = 49+175+35=259 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.92% from 259); Green value is 175 (68.75% from 255 or 67.57% from 259); Blue value is 35 (14.06% from 255 or 13.51% from 259); Max value from RGB is 175 - color contains mainly: green. Hex color #31AF23 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AF23 is #CE50DC. Grayscale: #797979. Windows color (decimal): -13521117 or 2338609. OLE color: 2338609.
HSL color Cylindrical-coordinate representation of color #31AF23: hue angle of 114º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31AF23 is Cyan = 0.72, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 175 | 35 | - |
| CMYK | 0.72 | 0 | 0.8 | 0.31 |
| HSL | 114º | 0.67% | 0.41% | - |
| HSV(B) | 114º | 0.8% | 0.69% | - |
| XYZ | 16.9 | 31.43 | 6.77 | - |
| YUV | 121.37 | 79.26 | 76.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 175 | 35 | 0.72 | 0 | 0.8 | 0.31 | 114 | 0.67 | 0.41 |
| Hex | 31 | AF | 23 | 48 | 0 | 50 | 1F | 72 | 43 | 29 |
| Octal | 61 | 257 | 43 | 110 | 0 | 120 | 37 | 162 | 103 | 51 |
| Binary | 110001 | 10101111 | 100011 | 1001000 | 0 | 1010000 | 11111 | 1110010 | 1000011 | 101001 |
Color Harmonies of #31AF23
Complementary color
Monochromatic Colors of #31AF23
Black with #31AF23
Text Example
Text Example
White with #31AF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AF23; }
p { color: rgb(49,175,35); }
H1.HeaderClassName
{
color: #31AF23;
}
.AnyTagClassName
{
color: #31AF23;
}
</style>
background-color css
<style>
a { background-color: #31AF23; }
a { background-color: rgb(49,175,35); }
div.DivClassName
{
background-color: #31AF23;
}
.BgClassName
{
background-color: #31AF23;
}
</style>
border-color css
<style>
span { border-color: #31AF23; }
span { border-color: rgb(49,175,35); }
td.TdClassName
{
border-color: #31AF23;
}
.TagClassName
{
border-color: #31AF23;
}
</style>