Shades of Lime Green #31BB3B
Tints of Lime Green #31BB3B
RGB
CMYK
RGB Variations
Color information
#31BB3B (or 0x31BB3B) is known color: Lime Green. HEX triplet: 31, BB and 3B. RGB value is (49,187,59). Sum of RGB (Red+Green+Blue) = 49+187+59=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 187 (73.44% from 255 or 63.39% from 295); Blue value is 59 (23.44% from 255 or 20% from 295); Max value from RGB is 187 - color contains mainly: green. Hex color #31BB3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BB3B is #CE44C4. Grayscale: #838383. Windows color (decimal): -13518021 or 3914545. OLE color: 3914545.
HSL color Cylindrical-coordinate representation of color #31BB3B: hue angle of 124.35º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BB3B is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 187 | 59 | - |
| CMYK | 0.74 | 0 | 0.68 | 0.27 |
| HSL | 124.35º | 0.58% | 0.46% | - |
| HSV(B) | 124.35º | 0.74% | 0.73% | - |
| XYZ | 19.83 | 36.51 | 10.14 | - |
| YUV | 131.15 | 87.28 | 69.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 187 | 59 | 0.74 | 0 | 0.68 | 0.27 | 124.35 | 0.58 | 0.46 |
| Hex | 31 | BB | 3B | 4A | 0 | 44 | 1B | 7C | 3A | 2E |
| Octal | 61 | 273 | 73 | 112 | 0 | 104 | 33 | 174 | 72 | 56 |
| Binary | 110001 | 10111011 | 111011 | 1001010 | 0 | 1000100 | 11011 | 1111100 | 111010 | 101110 |
Color Harmonies of #31BB3B
Complementary color
Monochromatic Colors of #31BB3B
Black with #31BB3B
Text Example
Text Example
White with #31BB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BB3B; }
p { color: rgb(49,187,59); }
H1.HeaderClassName
{
color: #31BB3B;
}
.AnyTagClassName
{
color: #31BB3B;
}
</style>
background-color css
<style>
a { background-color: #31BB3B; }
a { background-color: rgb(49,187,59); }
div.DivClassName
{
background-color: #31BB3B;
}
.BgClassName
{
background-color: #31BB3B;
}
</style>
border-color css
<style>
span { border-color: #31BB3B; }
span { border-color: rgb(49,187,59); }
td.TdClassName
{
border-color: #31BB3B;
}
.TagClassName
{
border-color: #31BB3B;
}
</style>