Shades of Lime Green #31AD33
Tints of Lime Green #31AD33
RGB
CMYK
RGB Variations
Color information
#31AD33 (or 0x31AD33) is known color: Lime Green. HEX triplet: 31, AD and 33. RGB value is (49,173,51). Sum of RGB (Red+Green+Blue) = 49+173+51=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 173 (67.97% from 255 or 63.37% from 273); Blue value is 51 (20.31% from 255 or 18.68% from 273); Max value from RGB is 173 - color contains mainly: green. Hex color #31AD33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AD33 is #CE52CC. Grayscale: #7A7A7A. Windows color (decimal): -13521613 or 3386673. OLE color: 3386673.
HSL color Cylindrical-coordinate representation of color #31AD33: hue angle of 120.97º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31AD33 is Cyan = 0.72, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 173 | 51 | - |
| CMYK | 0.72 | 0 | 0.71 | 0.32 |
| HSL | 120.97º | 0.56% | 0.44% | - |
| HSV(B) | 120.97º | 0.72% | 0.68% | - |
| XYZ | 16.81 | 30.78 | 8.19 | - |
| YUV | 122.02 | 87.92 | 75.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 173 | 51 | 0.72 | 0 | 0.71 | 0.32 | 120.97 | 0.56 | 0.44 |
| Hex | 31 | AD | 33 | 48 | 0 | 47 | 20 | 79 | 38 | 2C |
| Octal | 61 | 255 | 63 | 110 | 0 | 107 | 40 | 171 | 70 | 54 |
| Binary | 110001 | 10101101 | 110011 | 1001000 | 0 | 1000111 | 100000 | 1111001 | 111000 | 101100 |
Color Harmonies of #31AD33
Complementary color
Monochromatic Colors of #31AD33
Black with #31AD33
Text Example
Text Example
White with #31AD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AD33; }
p { color: rgb(49,173,51); }
H1.HeaderClassName
{
color: #31AD33;
}
.AnyTagClassName
{
color: #31AD33;
}
</style>
background-color css
<style>
a { background-color: #31AD33; }
a { background-color: rgb(49,173,51); }
div.DivClassName
{
background-color: #31AD33;
}
.BgClassName
{
background-color: #31AD33;
}
</style>
border-color css
<style>
span { border-color: #31AD33; }
span { border-color: rgb(49,173,51); }
td.TdClassName
{
border-color: #31AD33;
}
.TagClassName
{
border-color: #31AD33;
}
</style>