Shades of Lime Green #31B623
Tints of Lime Green #31B623
RGB
CMYK
RGB Variations
Color information
#31B623 (or 0x31B623) is known color: Lime Green. HEX triplet: 31, B6 and 23. RGB value is (49,182,35). Sum of RGB (Red+Green+Blue) = 49+182+35=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 182 (71.48% from 255 or 68.42% from 266); Blue value is 35 (14.06% from 255 or 13.16% from 266); Max value from RGB is 182 - color contains mainly: green. Hex color #31B623 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31B623 is #CE49DC. Grayscale: #7D7D7D. Windows color (decimal): -13519325 or 2340401. OLE color: 2340401.
HSL color Cylindrical-coordinate representation of color #31B623: hue angle of 114.29º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31B623 is Cyan = 0.73, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 49 | 182 | 35 | - |
| CMYK | 0.73 | 0 | 0.81 | 0.29 |
| HSL | 114.29º | 0.68% | 0.43% | - |
| HSV(B) | 114.29º | 0.81% | 0.71% | - |
| XYZ | 18.3 | 34.23 | 7.23 | - |
| YUV | 125.48 | 76.94 | 73.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 182 | 35 | 0.73 | 0 | 0.81 | 0.29 | 114.29 | 0.68 | 0.43 |
| Hex | 31 | B6 | 23 | 49 | 0 | 51 | 1D | 72 | 44 | 2B |
| Octal | 61 | 266 | 43 | 111 | 0 | 121 | 35 | 162 | 104 | 53 |
| Binary | 110001 | 10110110 | 100011 | 1001001 | 0 | 1010001 | 11101 | 1110010 | 1000100 | 101011 |
Color Harmonies of #31B623
Complementary color
Monochromatic Colors of #31B623
Black with #31B623
Text Example
Text Example
White with #31B623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B623; }
p { color: rgb(49,182,35); }
H1.HeaderClassName
{
color: #31B623;
}
.AnyTagClassName
{
color: #31B623;
}
</style>
background-color css
<style>
a { background-color: #31B623; }
a { background-color: rgb(49,182,35); }
div.DivClassName
{
background-color: #31B623;
}
.BgClassName
{
background-color: #31B623;
}
</style>
border-color css
<style>
span { border-color: #31B623; }
span { border-color: rgb(49,182,35); }
td.TdClassName
{
border-color: #31B623;
}
.TagClassName
{
border-color: #31B623;
}
</style>