Shades of Lime Green #31AD38
Tints of Lime Green #31AD38
RGB
CMYK
RGB Variations
Color information
#31AD38 (or 0x31AD38) is known color: Lime Green. HEX triplet: 31, AD and 38. RGB value is (49,173,56). Sum of RGB (Red+Green+Blue) = 49+173+56=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 173 (67.97% from 255 or 62.23% from 278); Blue value is 56 (22.27% from 255 or 20.14% from 278); Max value from RGB is 173 - color contains mainly: green. Hex color #31AD38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AD38 is #CE52C7. Grayscale: #7A7A7A. Windows color (decimal): -13521608 or 3714353. OLE color: 3714353.
HSL color Cylindrical-coordinate representation of color #31AD38: hue angle of 123.39º 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 #31AD38 is Cyan = 0.72, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 173 | 56 | - |
| CMYK | 0.72 | 0 | 0.68 | 0.32 |
| HSL | 123.39º | 0.56% | 0.44% | - |
| HSV(B) | 123.39º | 0.72% | 0.68% | - |
| XYZ | 16.92 | 30.83 | 8.8 | - |
| YUV | 122.59 | 90.42 | 75.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 173 | 56 | 0.72 | 0 | 0.68 | 0.32 | 123.39 | 0.56 | 0.44 |
| Hex | 31 | AD | 38 | 48 | 0 | 44 | 20 | 7B | 38 | 2C |
| Octal | 61 | 255 | 70 | 110 | 0 | 104 | 40 | 173 | 70 | 54 |
| Binary | 110001 | 10101101 | 111000 | 1001000 | 0 | 1000100 | 100000 | 1111011 | 111000 | 101100 |
Color Harmonies of #31AD38
Complementary color
Monochromatic Colors of #31AD38
Black with #31AD38
Text Example
Text Example
White with #31AD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AD38; }
p { color: rgb(49,173,56); }
H1.HeaderClassName
{
color: #31AD38;
}
.AnyTagClassName
{
color: #31AD38;
}
</style>
background-color css
<style>
a { background-color: #31AD38; }
a { background-color: rgb(49,173,56); }
div.DivClassName
{
background-color: #31AD38;
}
.BgClassName
{
background-color: #31AD38;
}
</style>
border-color css
<style>
span { border-color: #31AD38; }
span { border-color: rgb(49,173,56); }
td.TdClassName
{
border-color: #31AD38;
}
.TagClassName
{
border-color: #31AD38;
}
</style>