Shades of Lime Green #31C823
Tints of Lime Green #31C823
RGB
CMYK
RGB Variations
Color information
#31C823 (or 0x31C823) is known color: Lime Green. HEX triplet: 31, C8 and 23. RGB value is (49,200,35). Sum of RGB (Red+Green+Blue) = 49+200+35=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 200 (78.52% from 255 or 70.42% from 284); Blue value is 35 (14.06% from 255 or 12.32% from 284); Max value from RGB is 200 - color contains mainly: green. Hex color #31C823 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C823 is #CE37DC. Grayscale: #888888. Windows color (decimal): -13514717 or 2345009. OLE color: 2345009.
HSL color Cylindrical-coordinate representation of color #31C823: hue angle of 114.91º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #31C823 is Cyan = 0.76, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 49 | 200 | 35 | - |
| CMYK | 0.76 | 0 | 0.82 | 0.22 |
| HSL | 114.91º | 0.7% | 0.46% | - |
| HSV(B) | 114.91º | 0.83% | 0.78% | - |
| XYZ | 22.22 | 42.08 | 8.54 | - |
| YUV | 136.04 | 70.97 | 65.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 200 | 35 | 0.76 | 0 | 0.82 | 0.22 | 114.91 | 0.7 | 0.46 |
| Hex | 31 | C8 | 23 | 4C | 0 | 52 | 16 | 73 | 46 | 2E |
| Octal | 61 | 310 | 43 | 114 | 0 | 122 | 26 | 163 | 106 | 56 |
| Binary | 110001 | 11001000 | 100011 | 1001100 | 0 | 1010010 | 10110 | 1110011 | 1000110 | 101110 |
Color Harmonies of #31C823
Complementary color
Monochromatic Colors of #31C823
Black with #31C823
Text Example
Text Example
White with #31C823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C823; }
p { color: rgb(49,200,35); }
H1.HeaderClassName
{
color: #31C823;
}
.AnyTagClassName
{
color: #31C823;
}
</style>
background-color css
<style>
a { background-color: #31C823; }
a { background-color: rgb(49,200,35); }
div.DivClassName
{
background-color: #31C823;
}
.BgClassName
{
background-color: #31C823;
}
</style>
border-color css
<style>
span { border-color: #31C823; }
span { border-color: rgb(49,200,35); }
td.TdClassName
{
border-color: #31C823;
}
.TagClassName
{
border-color: #31C823;
}
</style>