Shades of Lime Green #31B724
Tints of Lime Green #31B724
RGB
CMYK
RGB Variations
Color information
#31B724 (or 0x31B724) is known color: Lime Green. HEX triplet: 31, B7 and 24. RGB value is (49,183,36). Sum of RGB (Red+Green+Blue) = 49+183+36=268 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.28% from 268); Green value is 183 (71.88% from 255 or 68.28% from 268); Blue value is 36 (14.45% from 255 or 13.43% from 268); Max value from RGB is 183 - color contains mainly: green. Hex color #31B724 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31B724 is #CE48DB. Grayscale: #7E7E7E. Windows color (decimal): -13519068 or 2406193. OLE color: 2406193.
HSL color Cylindrical-coordinate representation of color #31B724: hue angle of 114.69º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31B724 is Cyan = 0.73, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 49 | 183 | 36 | - |
| CMYK | 0.73 | 0 | 0.80 | 0.28 |
| HSL | 114.69º | 0.67% | 0.43% | - |
| HSV(B) | 114.69º | 0.8% | 0.72% | - |
| XYZ | 18.52 | 34.65 | 7.38 | - |
| YUV | 126.18 | 77.11 | 72.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 183 | 36 | 0.73 | 0 | 0.80 | 0.28 | 114.69 | 0.67 | 0.43 |
| Hex | 31 | B7 | 24 | 49 | 0 | 50 | 1C | 73 | 43 | 2B |
| Octal | 61 | 267 | 44 | 111 | 0 | 120 | 34 | 163 | 103 | 53 |
| Binary | 110001 | 10110111 | 100100 | 1001001 | 0 | 1010000 | 11100 | 1110011 | 1000011 | 101011 |
Color Harmonies of #31B724
Complementary color
Monochromatic Colors of #31B724
Black with #31B724
Text Example
Text Example
White with #31B724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B724; }
p { color: rgb(49,183,36); }
H1.HeaderClassName
{
color: #31B724;
}
.AnyTagClassName
{
color: #31B724;
}
</style>
background-color css
<style>
a { background-color: #31B724; }
a { background-color: rgb(49,183,36); }
div.DivClassName
{
background-color: #31B724;
}
.BgClassName
{
background-color: #31B724;
}
</style>
border-color css
<style>
span { border-color: #31B724; }
span { border-color: rgb(49,183,36); }
td.TdClassName
{
border-color: #31B724;
}
.TagClassName
{
border-color: #31B724;
}
</style>