Shades of Lime Green #31BF42
Tints of Lime Green #31BF42
RGB
CMYK
RGB Variations
Color information
#31BF42 (or 0x31BF42) is known color: Lime Green. HEX triplet: 31, BF and 42. RGB value is (49,191,66). Sum of RGB (Red+Green+Blue) = 49+191+66=306 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.01% from 306); Green value is 191 (75% from 255 or 62.42% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 191 - color contains mainly: green. Hex color #31BF42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BF42 is #CE40BD. Grayscale: #868686. Windows color (decimal): -13516990 or 4374321. OLE color: 4374321.
HSL color Cylindrical-coordinate representation of color #31BF42: hue angle of 127.18º 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 #31BF42 is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 191 | 66 | - |
| CMYK | 0.74 | 0 | 0.65 | 0.25 |
| HSL | 127.18º | 0.59% | 0.47% | - |
| HSV(B) | 127.18º | 0.74% | 0.75% | - |
| XYZ | 20.88 | 38.31 | 11.45 | - |
| YUV | 134.29 | 89.46 | 67.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 191 | 66 | 0.74 | 0 | 0.65 | 0.25 | 127.18 | 0.59 | 0.47 |
| Hex | 31 | BF | 42 | 4A | 0 | 41 | 19 | 7F | 3B | 2F |
| Octal | 61 | 277 | 102 | 112 | 0 | 101 | 31 | 177 | 73 | 57 |
| Binary | 110001 | 10111111 | 1000010 | 1001010 | 0 | 1000001 | 11001 | 1111111 | 111011 | 101111 |
Color Harmonies of #31BF42
Complementary color
Monochromatic Colors of #31BF42
Black with #31BF42
Text Example
Text Example
White with #31BF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BF42; }
p { color: rgb(49,191,66); }
H1.HeaderClassName
{
color: #31BF42;
}
.AnyTagClassName
{
color: #31BF42;
}
</style>
background-color css
<style>
a { background-color: #31BF42; }
a { background-color: rgb(49,191,66); }
div.DivClassName
{
background-color: #31BF42;
}
.BgClassName
{
background-color: #31BF42;
}
</style>
border-color css
<style>
span { border-color: #31BF42; }
span { border-color: rgb(49,191,66); }
td.TdClassName
{
border-color: #31BF42;
}
.TagClassName
{
border-color: #31BF42;
}
</style>