Shades of Lime Green #31BF4C
Tints of Lime Green #31BF4C
RGB
CMYK
RGB Variations
Color information
#31BF4C (or 0x31BF4C) is known color: Lime Green. HEX triplet: 31, BF and 4C. RGB value is (49,191,76). Sum of RGB (Red+Green+Blue) = 49+191+76=316 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.51% from 316); Green value is 191 (75% from 255 or 60.44% from 316); Blue value is 76 (30.08% from 255 or 24.05% from 316); Max value from RGB is 191 - color contains mainly: green. Hex color #31BF4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BF4C is #CE40B3. Grayscale: #878787. Windows color (decimal): -13516980 or 5029681. OLE color: 5029681.
HSL color Cylindrical-coordinate representation of color #31BF4C: hue angle of 131.41º 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 #31BF4C is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 191 | 76 | - |
| CMYK | 0.74 | 0 | 0.60 | 0.25 |
| HSL | 131.41º | 0.59% | 0.47% | - |
| HSV(B) | 131.41º | 0.74% | 0.75% | - |
| XYZ | 21.2 | 38.44 | 13.14 | - |
| YUV | 135.43 | 94.46 | 66.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 191 | 76 | 0.74 | 0 | 0.60 | 0.25 | 131.41 | 0.59 | 0.47 |
| Hex | 31 | BF | 4C | 4A | 0 | 3C | 19 | 83 | 3B | 2F |
| Octal | 61 | 277 | 114 | 112 | 0 | 74 | 31 | 203 | 73 | 57 |
| Binary | 110001 | 10111111 | 1001100 | 1001010 | 0 | 111100 | 11001 | 10000011 | 111011 | 101111 |
Color Harmonies of #31BF4C
Complementary color
Monochromatic Colors of #31BF4C
Black with #31BF4C
Text Example
Text Example
White with #31BF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BF4C; }
p { color: rgb(49,191,76); }
H1.HeaderClassName
{
color: #31BF4C;
}
.AnyTagClassName
{
color: #31BF4C;
}
</style>
background-color css
<style>
a { background-color: #31BF4C; }
a { background-color: rgb(49,191,76); }
div.DivClassName
{
background-color: #31BF4C;
}
.BgClassName
{
background-color: #31BF4C;
}
</style>
border-color css
<style>
span { border-color: #31BF4C; }
span { border-color: rgb(49,191,76); }
td.TdClassName
{
border-color: #31BF4C;
}
.TagClassName
{
border-color: #31BF4C;
}
</style>