Shades of Lime Green #31BF2A
Tints of Lime Green #31BF2A
RGB
CMYK
RGB Variations
Color information
#31BF2A (or 0x31BF2A) is known color: Lime Green. HEX triplet: 31, BF and 2A. RGB value is (49,191,42). Sum of RGB (Red+Green+Blue) = 49+191+42=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 191 (75% from 255 or 67.73% from 282); Blue value is 42 (16.80% from 255 or 14.89% from 282); Max value from RGB is 191 - color contains mainly: green. Hex color #31BF2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BF2A is #CE40D5. Grayscale: #848484. Windows color (decimal): -13517014 or 2801457. OLE color: 2801457.
HSL color Cylindrical-coordinate representation of color #31BF2A: hue angle of 117.18º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31BF2A is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 191 | 42 | - |
| CMYK | 0.74 | 0 | 0.78 | 0.25 |
| HSL | 117.18º | 0.64% | 0.46% | - |
| HSV(B) | 117.18º | 0.78% | 0.75% | - |
| XYZ | 20.32 | 38.08 | 8.47 | - |
| YUV | 131.56 | 77.46 | 69.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 191 | 42 | 0.74 | 0 | 0.78 | 0.25 | 117.18 | 0.64 | 0.46 |
| Hex | 31 | BF | 2A | 4A | 0 | 4E | 19 | 75 | 40 | 2E |
| Octal | 61 | 277 | 52 | 112 | 0 | 116 | 31 | 165 | 100 | 56 |
| Binary | 110001 | 10111111 | 101010 | 1001010 | 0 | 1001110 | 11001 | 1110101 | 1000000 | 101110 |
Color Harmonies of #31BF2A
Complementary color
Monochromatic Colors of #31BF2A
Black with #31BF2A
Text Example
Text Example
White with #31BF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BF2A; }
p { color: rgb(49,191,42); }
H1.HeaderClassName
{
color: #31BF2A;
}
.AnyTagClassName
{
color: #31BF2A;
}
</style>
background-color css
<style>
a { background-color: #31BF2A; }
a { background-color: rgb(49,191,42); }
div.DivClassName
{
background-color: #31BF2A;
}
.BgClassName
{
background-color: #31BF2A;
}
</style>
border-color css
<style>
span { border-color: #31BF2A; }
span { border-color: rgb(49,191,42); }
td.TdClassName
{
border-color: #31BF2A;
}
.TagClassName
{
border-color: #31BF2A;
}
</style>