Shades of Lime Green #31BF28
Tints of Lime Green #31BF28
RGB
CMYK
RGB Variations
Color information
#31BF28 (or 0x31BF28) is known color: Lime Green. HEX triplet: 31, BF and 28. RGB value is (49,191,40). Sum of RGB (Red+Green+Blue) = 49+191+40=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 191 (75% from 255 or 68.21% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 191 - color contains mainly: green. Hex color #31BF28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BF28 is #CE40D7. Grayscale: #838383. Windows color (decimal): -13517016 or 2670385. OLE color: 2670385.
HSL color Cylindrical-coordinate representation of color #31BF28: hue angle of 116.42º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31BF28 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 191 | 40 | - |
| CMYK | 0.74 | 0 | 0.79 | 0.25 |
| HSL | 116.42º | 0.65% | 0.45% | - |
| HSV(B) | 116.42º | 0.79% | 0.75% | - |
| XYZ | 20.28 | 38.07 | 8.29 | - |
| YUV | 131.33 | 76.46 | 69.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 191 | 40 | 0.74 | 0 | 0.79 | 0.25 | 116.42 | 0.65 | 0.45 |
| Hex | 31 | BF | 28 | 4A | 0 | 4F | 19 | 74 | 41 | 2D |
| Octal | 61 | 277 | 50 | 112 | 0 | 117 | 31 | 164 | 101 | 55 |
| Binary | 110001 | 10111111 | 101000 | 1001010 | 0 | 1001111 | 11001 | 1110100 | 1000001 | 101101 |
Color Harmonies of #31BF28
Complementary color
Monochromatic Colors of #31BF28
Black with #31BF28
Text Example
Text Example
White with #31BF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BF28; }
p { color: rgb(49,191,40); }
H1.HeaderClassName
{
color: #31BF28;
}
.AnyTagClassName
{
color: #31BF28;
}
</style>
background-color css
<style>
a { background-color: #31BF28; }
a { background-color: rgb(49,191,40); }
div.DivClassName
{
background-color: #31BF28;
}
.BgClassName
{
background-color: #31BF28;
}
</style>
border-color css
<style>
span { border-color: #31BF28; }
span { border-color: rgb(49,191,40); }
td.TdClassName
{
border-color: #31BF28;
}
.TagClassName
{
border-color: #31BF28;
}
</style>