Shades of Lime Green #31BC25
Tints of Lime Green #31BC25
RGB
CMYK
RGB Variations
Color information
#31BC25 (or 0x31BC25) is known color: Lime Green. HEX triplet: 31, BC and 25. RGB value is (49,188,37). Sum of RGB (Red+Green+Blue) = 49+188+37=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 188 (73.83% from 255 or 68.61% from 274); Blue value is 37 (14.84% from 255 or 13.50% from 274); Max value from RGB is 188 - color contains mainly: green. Hex color #31BC25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BC25 is #CE43DA. Grayscale: #818181. Windows color (decimal): -13517787 or 2473009. OLE color: 2473009.
HSL color Cylindrical-coordinate representation of color #31BC25: hue angle of 115.23º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31BC25 is Cyan = 0.74, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 188 | 37 | - |
| CMYK | 0.74 | 0 | 0.80 | 0.26 |
| HSL | 115.23º | 0.67% | 0.44% | - |
| HSV(B) | 115.23º | 0.8% | 0.74% | - |
| XYZ | 19.58 | 36.75 | 7.81 | - |
| YUV | 129.23 | 75.95 | 70.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 188 | 37 | 0.74 | 0 | 0.80 | 0.26 | 115.23 | 0.67 | 0.44 |
| Hex | 31 | BC | 25 | 4A | 0 | 50 | 1A | 73 | 43 | 2C |
| Octal | 61 | 274 | 45 | 112 | 0 | 120 | 32 | 163 | 103 | 54 |
| Binary | 110001 | 10111100 | 100101 | 1001010 | 0 | 1010000 | 11010 | 1110011 | 1000011 | 101100 |
Color Harmonies of #31BC25
Complementary color
Monochromatic Colors of #31BC25
Black with #31BC25
Text Example
Text Example
White with #31BC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BC25; }
p { color: rgb(49,188,37); }
H1.HeaderClassName
{
color: #31BC25;
}
.AnyTagClassName
{
color: #31BC25;
}
</style>
background-color css
<style>
a { background-color: #31BC25; }
a { background-color: rgb(49,188,37); }
div.DivClassName
{
background-color: #31BC25;
}
.BgClassName
{
background-color: #31BC25;
}
</style>
border-color css
<style>
span { border-color: #31BC25; }
span { border-color: rgb(49,188,37); }
td.TdClassName
{
border-color: #31BC25;
}
.TagClassName
{
border-color: #31BC25;
}
</style>