Shades of Lime Green #31BB24
Tints of Lime Green #31BB24
RGB
CMYK
RGB Variations
Color information
#31BB24 (or 0x31BB24) is known color: Lime Green. HEX triplet: 31, BB and 24. RGB value is (49,187,36). Sum of RGB (Red+Green+Blue) = 49+187+36=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 187 (73.44% from 255 or 68.75% from 272); Blue value is 36 (14.45% from 255 or 13.24% from 272); Max value from RGB is 187 - color contains mainly: green. Hex color #31BB24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BB24 is #CE44DB. Grayscale: #808080. Windows color (decimal): -13518044 or 2407217. OLE color: 2407217.
HSL color Cylindrical-coordinate representation of color #31BB24: hue angle of 114.83º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31BB24 is Cyan = 0.74, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 187 | 36 | - |
| CMYK | 0.74 | 0 | 0.81 | 0.27 |
| HSL | 114.83º | 0.68% | 0.44% | - |
| HSV(B) | 114.83º | 0.81% | 0.73% | - |
| XYZ | 19.36 | 36.32 | 7.66 | - |
| YUV | 128.52 | 75.78 | 71.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 187 | 36 | 0.74 | 0 | 0.81 | 0.27 | 114.83 | 0.68 | 0.44 |
| Hex | 31 | BB | 24 | 4A | 0 | 51 | 1B | 73 | 44 | 2C |
| Octal | 61 | 273 | 44 | 112 | 0 | 121 | 33 | 163 | 104 | 54 |
| Binary | 110001 | 10111011 | 100100 | 1001010 | 0 | 1010001 | 11011 | 1110011 | 1000100 | 101100 |
Color Harmonies of #31BB24
Complementary color
Monochromatic Colors of #31BB24
Black with #31BB24
Text Example
Text Example
White with #31BB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BB24; }
p { color: rgb(49,187,36); }
H1.HeaderClassName
{
color: #31BB24;
}
.AnyTagClassName
{
color: #31BB24;
}
</style>
background-color css
<style>
a { background-color: #31BB24; }
a { background-color: rgb(49,187,36); }
div.DivClassName
{
background-color: #31BB24;
}
.BgClassName
{
background-color: #31BB24;
}
</style>
border-color css
<style>
span { border-color: #31BB24; }
span { border-color: rgb(49,187,36); }
td.TdClassName
{
border-color: #31BB24;
}
.TagClassName
{
border-color: #31BB24;
}
</style>