Shades of Lime Green #31C923
Tints of Lime Green #31C923
RGB
CMYK
RGB Variations
Color information
#31C923 (or 0x31C923) is known color: Lime Green. HEX triplet: 31, C9 and 23. RGB value is (49,201,35). Sum of RGB (Red+Green+Blue) = 49+201+35=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 201 (78.91% from 255 or 70.53% from 285); Blue value is 35 (14.06% from 255 or 12.28% from 285); Max value from RGB is 201 - color contains mainly: green. Hex color #31C923 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C923 is #CE36DC. Grayscale: #898989. Windows color (decimal): -13514461 or 2345265. OLE color: 2345265.
HSL color Cylindrical-coordinate representation of color #31C923: hue angle of 114.94º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #31C923 is Cyan = 0.76, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 49 | 201 | 35 | - |
| CMYK | 0.76 | 0 | 0.83 | 0.21 |
| HSL | 114.94º | 0.7% | 0.46% | - |
| HSV(B) | 114.94º | 0.83% | 0.79% | - |
| XYZ | 22.46 | 42.55 | 8.62 | - |
| YUV | 136.63 | 70.64 | 65.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 201 | 35 | 0.76 | 0 | 0.83 | 0.21 | 114.94 | 0.7 | 0.46 |
| Hex | 31 | C9 | 23 | 4C | 0 | 53 | 15 | 73 | 46 | 2E |
| Octal | 61 | 311 | 43 | 114 | 0 | 123 | 25 | 163 | 106 | 56 |
| Binary | 110001 | 11001001 | 100011 | 1001100 | 0 | 1010011 | 10101 | 1110011 | 1000110 | 101110 |
Color Harmonies of #31C923
Complementary color
Monochromatic Colors of #31C923
Black with #31C923
Text Example
Text Example
White with #31C923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C923; }
p { color: rgb(49,201,35); }
H1.HeaderClassName
{
color: #31C923;
}
.AnyTagClassName
{
color: #31C923;
}
</style>
background-color css
<style>
a { background-color: #31C923; }
a { background-color: rgb(49,201,35); }
div.DivClassName
{
background-color: #31C923;
}
.BgClassName
{
background-color: #31C923;
}
</style>
border-color css
<style>
span { border-color: #31C923; }
span { border-color: rgb(49,201,35); }
td.TdClassName
{
border-color: #31C923;
}
.TagClassName
{
border-color: #31C923;
}
</style>