Shades of Lime Green #31BE29
Tints of Lime Green #31BE29
RGB
CMYK
RGB Variations
Color information
#31BE29 (or 0x31BE29) is known color: Lime Green. HEX triplet: 31, BE and 29. RGB value is (49,190,41). Sum of RGB (Red+Green+Blue) = 49+190+41=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 190 (74.61% from 255 or 67.86% from 280); Blue value is 41 (16.41% from 255 or 14.64% from 280); Max value from RGB is 190 - color contains mainly: green. Hex color #31BE29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BE29 is #CE41D6. Grayscale: #838383. Windows color (decimal): -13517271 or 2735665. OLE color: 2735665.
HSL color Cylindrical-coordinate representation of color #31BE29: hue angle of 116.78º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31BE29 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 190 | 41 | - |
| CMYK | 0.74 | 0 | 0.78 | 0.25 |
| HSL | 116.78º | 0.65% | 0.45% | - |
| HSV(B) | 116.78º | 0.78% | 0.75% | - |
| XYZ | 20.08 | 37.64 | 8.3 | - |
| YUV | 130.86 | 77.29 | 69.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 190 | 41 | 0.74 | 0 | 0.78 | 0.25 | 116.78 | 0.65 | 0.45 |
| Hex | 31 | BE | 29 | 4A | 0 | 4E | 19 | 75 | 41 | 2D |
| Octal | 61 | 276 | 51 | 112 | 0 | 116 | 31 | 165 | 101 | 55 |
| Binary | 110001 | 10111110 | 101001 | 1001010 | 0 | 1001110 | 11001 | 1110101 | 1000001 | 101101 |
Color Harmonies of #31BE29
Complementary color
Monochromatic Colors of #31BE29
Black with #31BE29
Text Example
Text Example
White with #31BE29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BE29; }
p { color: rgb(49,190,41); }
H1.HeaderClassName
{
color: #31BE29;
}
.AnyTagClassName
{
color: #31BE29;
}
</style>
background-color css
<style>
a { background-color: #31BE29; }
a { background-color: rgb(49,190,41); }
div.DivClassName
{
background-color: #31BE29;
}
.BgClassName
{
background-color: #31BE29;
}
</style>
border-color css
<style>
span { border-color: #31BE29; }
span { border-color: rgb(49,190,41); }
td.TdClassName
{
border-color: #31BE29;
}
.TagClassName
{
border-color: #31BE29;
}
</style>