Shades of Lime Green #31BF3A
Tints of Lime Green #31BF3A
RGB
CMYK
RGB Variations
Color information
#31BF3A (or 0x31BF3A) is known color: Lime Green. HEX triplet: 31, BF and 3A. RGB value is (49,191,58). Sum of RGB (Red+Green+Blue) = 49+191+58=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 191 (75% from 255 or 64.09% from 298); Blue value is 58 (23.05% from 255 or 19.46% from 298); Max value from RGB is 191 - color contains mainly: green. Hex color #31BF3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BF3A is #CE40C5. Grayscale: #858585. Windows color (decimal): -13516998 or 3850033. OLE color: 3850033.
HSL color Cylindrical-coordinate representation of color #31BF3A: hue angle of 123.8º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BF3A is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 191 | 58 | - |
| CMYK | 0.74 | 0 | 0.70 | 0.25 |
| HSL | 123.8º | 0.59% | 0.47% | - |
| HSV(B) | 123.8º | 0.74% | 0.75% | - |
| XYZ | 20.66 | 38.22 | 10.29 | - |
| YUV | 133.38 | 85.46 | 67.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 191 | 58 | 0.74 | 0 | 0.70 | 0.25 | 123.8 | 0.59 | 0.47 |
| Hex | 31 | BF | 3A | 4A | 0 | 46 | 19 | 7C | 3B | 2F |
| Octal | 61 | 277 | 72 | 112 | 0 | 106 | 31 | 174 | 73 | 57 |
| Binary | 110001 | 10111111 | 111010 | 1001010 | 0 | 1000110 | 11001 | 1111100 | 111011 | 101111 |
Color Harmonies of #31BF3A
Complementary color
Monochromatic Colors of #31BF3A
Black with #31BF3A
Text Example
Text Example
White with #31BF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BF3A; }
p { color: rgb(49,191,58); }
H1.HeaderClassName
{
color: #31BF3A;
}
.AnyTagClassName
{
color: #31BF3A;
}
</style>
background-color css
<style>
a { background-color: #31BF3A; }
a { background-color: rgb(49,191,58); }
div.DivClassName
{
background-color: #31BF3A;
}
.BgClassName
{
background-color: #31BF3A;
}
</style>
border-color css
<style>
span { border-color: #31BF3A; }
span { border-color: rgb(49,191,58); }
td.TdClassName
{
border-color: #31BF3A;
}
.TagClassName
{
border-color: #31BF3A;
}
</style>