Shades of Lime Green #31BB28
Tints of Lime Green #31BB28
RGB
CMYK
RGB Variations
Color information
#31BB28 (or 0x31BB28) is known color: Lime Green. HEX triplet: 31, BB and 28. RGB value is (49,187,40). Sum of RGB (Red+Green+Blue) = 49+187+40=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 187 (73.44% from 255 or 67.75% from 276); Blue value is 40 (16.02% from 255 or 14.49% from 276); Max value from RGB is 187 - color contains mainly: green. Hex color #31BB28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BB28 is #CE44D7. Grayscale: #818181. Windows color (decimal): -13518040 or 2669361. OLE color: 2669361.
HSL color Cylindrical-coordinate representation of color #31BB28: hue angle of 116.33º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31BB28 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 187 | 40 | - |
| CMYK | 0.74 | 0 | 0.79 | 0.27 |
| HSL | 116.33º | 0.65% | 0.45% | - |
| HSV(B) | 116.33º | 0.79% | 0.73% | - |
| XYZ | 19.42 | 36.35 | 8 | - |
| YUV | 128.98 | 77.78 | 70.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 187 | 40 | 0.74 | 0 | 0.79 | 0.27 | 116.33 | 0.65 | 0.45 |
| Hex | 31 | BB | 28 | 4A | 0 | 4F | 1B | 74 | 41 | 2D |
| Octal | 61 | 273 | 50 | 112 | 0 | 117 | 33 | 164 | 101 | 55 |
| Binary | 110001 | 10111011 | 101000 | 1001010 | 0 | 1001111 | 11011 | 1110100 | 1000001 | 101101 |
Color Harmonies of #31BB28
Complementary color
Monochromatic Colors of #31BB28
Black with #31BB28
Text Example
Text Example
White with #31BB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BB28; }
p { color: rgb(49,187,40); }
H1.HeaderClassName
{
color: #31BB28;
}
.AnyTagClassName
{
color: #31BB28;
}
</style>
background-color css
<style>
a { background-color: #31BB28; }
a { background-color: rgb(49,187,40); }
div.DivClassName
{
background-color: #31BB28;
}
.BgClassName
{
background-color: #31BB28;
}
</style>
border-color css
<style>
span { border-color: #31BB28; }
span { border-color: rgb(49,187,40); }
td.TdClassName
{
border-color: #31BB28;
}
.TagClassName
{
border-color: #31BB28;
}
</style>