Shades of Lime Green #31BD24
Tints of Lime Green #31BD24
RGB
CMYK
RGB Variations
Color information
#31BD24 (or 0x31BD24) is known color: Lime Green. HEX triplet: 31, BD and 24. RGB value is (49,189,36). Sum of RGB (Red+Green+Blue) = 49+189+36=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 189 (74.22% from 255 or 68.98% from 274); Blue value is 36 (14.45% from 255 or 13.14% from 274); Max value from RGB is 189 - color contains mainly: green. Hex color #31BD24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BD24 is #CE42DB. Grayscale: #828282. Windows color (decimal): -13517532 or 2407729. OLE color: 2407729.
HSL color Cylindrical-coordinate representation of color #31BD24: hue angle of 114.9º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31BD24 is Cyan = 0.74, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 189 | 36 | - |
| CMYK | 0.74 | 0 | 0.81 | 0.26 |
| HSL | 114.9º | 0.68% | 0.44% | - |
| HSV(B) | 114.9º | 0.81% | 0.74% | - |
| XYZ | 19.78 | 37.18 | 7.8 | - |
| YUV | 129.7 | 75.12 | 70.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 189 | 36 | 0.74 | 0 | 0.81 | 0.26 | 114.9 | 0.68 | 0.44 |
| Hex | 31 | BD | 24 | 4A | 0 | 51 | 1A | 73 | 44 | 2C |
| Octal | 61 | 275 | 44 | 112 | 0 | 121 | 32 | 163 | 104 | 54 |
| Binary | 110001 | 10111101 | 100100 | 1001010 | 0 | 1010001 | 11010 | 1110011 | 1000100 | 101100 |
Color Harmonies of #31BD24
Complementary color
Monochromatic Colors of #31BD24
Black with #31BD24
Text Example
Text Example
White with #31BD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BD24; }
p { color: rgb(49,189,36); }
H1.HeaderClassName
{
color: #31BD24;
}
.AnyTagClassName
{
color: #31BD24;
}
</style>
background-color css
<style>
a { background-color: #31BD24; }
a { background-color: rgb(49,189,36); }
div.DivClassName
{
background-color: #31BD24;
}
.BgClassName
{
background-color: #31BD24;
}
</style>
border-color css
<style>
span { border-color: #31BD24; }
span { border-color: rgb(49,189,36); }
td.TdClassName
{
border-color: #31BD24;
}
.TagClassName
{
border-color: #31BD24;
}
</style>