Shades of Lime Green #31BF2C
Tints of Lime Green #31BF2C
RGB
CMYK
RGB Variations
Color information
#31BF2C (or 0x31BF2C) is known color: Lime Green. HEX triplet: 31, BF and 2C. RGB value is (49,191,44). Sum of RGB (Red+Green+Blue) = 49+191+44=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 191 (75% from 255 or 67.25% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 191 - color contains mainly: green. Hex color #31BF2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BF2C is #CE40D3. Grayscale: #848484. Windows color (decimal): -13517012 or 2932529. OLE color: 2932529.
HSL color Cylindrical-coordinate representation of color #31BF2C: hue angle of 117.96º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31BF2C is Cyan = 0.74, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 191 | 44 | - |
| CMYK | 0.74 | 0 | 0.77 | 0.25 |
| HSL | 117.96º | 0.63% | 0.46% | - |
| HSV(B) | 117.96º | 0.77% | 0.75% | - |
| XYZ | 20.35 | 38.1 | 8.66 | - |
| YUV | 131.78 | 78.46 | 68.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 191 | 44 | 0.74 | 0 | 0.77 | 0.25 | 117.96 | 0.63 | 0.46 |
| Hex | 31 | BF | 2C | 4A | 0 | 4D | 19 | 76 | 3F | 2E |
| Octal | 61 | 277 | 54 | 112 | 0 | 115 | 31 | 166 | 77 | 56 |
| Binary | 110001 | 10111111 | 101100 | 1001010 | 0 | 1001101 | 11001 | 1110110 | 111111 | 101110 |
Color Harmonies of #31BF2C
Complementary color
Monochromatic Colors of #31BF2C
Black with #31BF2C
Text Example
Text Example
White with #31BF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BF2C; }
p { color: rgb(49,191,44); }
H1.HeaderClassName
{
color: #31BF2C;
}
.AnyTagClassName
{
color: #31BF2C;
}
</style>
background-color css
<style>
a { background-color: #31BF2C; }
a { background-color: rgb(49,191,44); }
div.DivClassName
{
background-color: #31BF2C;
}
.BgClassName
{
background-color: #31BF2C;
}
</style>
border-color css
<style>
span { border-color: #31BF2C; }
span { border-color: rgb(49,191,44); }
td.TdClassName
{
border-color: #31BF2C;
}
.TagClassName
{
border-color: #31BF2C;
}
</style>