Shades of Lime Green #31B830
Tints of Lime Green #31B830
RGB
CMYK
RGB Variations
Color information
#31B830 (or 0x31B830) is known color: Lime Green. HEX triplet: 31, B8 and 30. RGB value is (49,184,48). Sum of RGB (Red+Green+Blue) = 49+184+48=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 184 (72.27% from 255 or 65.48% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 184 - color contains mainly: green. Hex color #31B830 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31B830 is #CE47CF. Grayscale: #808080. Windows color (decimal): -13518800 or 3192881. OLE color: 3192881.
HSL color Cylindrical-coordinate representation of color #31B830: hue angle of 119.56º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31B830 is Cyan = 0.73, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 49 | 184 | 48 | - |
| CMYK | 0.73 | 0 | 0.74 | 0.28 |
| HSL | 119.56º | 0.59% | 0.45% | - |
| HSV(B) | 119.56º | 0.74% | 0.72% | - |
| XYZ | 18.94 | 35.15 | 8.58 | - |
| YUV | 128.13 | 82.77 | 71.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 184 | 48 | 0.73 | 0 | 0.74 | 0.28 | 119.56 | 0.59 | 0.45 |
| Hex | 31 | B8 | 30 | 49 | 0 | 4A | 1C | 78 | 3B | 2D |
| Octal | 61 | 270 | 60 | 111 | 0 | 112 | 34 | 170 | 73 | 55 |
| Binary | 110001 | 10111000 | 110000 | 1001001 | 0 | 1001010 | 11100 | 1111000 | 111011 | 101101 |
Color Harmonies of #31B830
Complementary color
Monochromatic Colors of #31B830
Black with #31B830
Text Example
Text Example
White with #31B830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B830; }
p { color: rgb(49,184,48); }
H1.HeaderClassName
{
color: #31B830;
}
.AnyTagClassName
{
color: #31B830;
}
</style>
background-color css
<style>
a { background-color: #31B830; }
a { background-color: rgb(49,184,48); }
div.DivClassName
{
background-color: #31B830;
}
.BgClassName
{
background-color: #31B830;
}
</style>
border-color css
<style>
span { border-color: #31B830; }
span { border-color: rgb(49,184,48); }
td.TdClassName
{
border-color: #31B830;
}
.TagClassName
{
border-color: #31B830;
}
</style>