Shades of Lime Green #31CB25
Tints of Lime Green #31CB25
RGB
CMYK
RGB Variations
Color information
#31CB25 (or 0x31CB25) is known color: Lime Green. HEX triplet: 31, CB and 25. RGB value is (49,203,37). Sum of RGB (Red+Green+Blue) = 49+203+37=289 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.96% from 289); Green value is 203 (79.69% from 255 or 70.24% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 203 - color contains mainly: green. Hex color #31CB25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31CB25 is #CE34DA. Grayscale: #8A8A8A. Windows color (decimal): -13513947 or 2476849. OLE color: 2476849.
HSL color Cylindrical-coordinate representation of color #31CB25: hue angle of 115.66º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #31CB25 is Cyan = 0.76, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 203 | 37 | - |
| CMYK | 0.76 | 0 | 0.82 | 0.20 |
| HSL | 115.66º | 0.69% | 0.47% | - |
| HSV(B) | 115.66º | 0.82% | 0.8% | - |
| XYZ | 22.96 | 43.5 | 8.94 | - |
| YUV | 138.03 | 70.98 | 64.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 203 | 37 | 0.76 | 0 | 0.82 | 0.20 | 115.66 | 0.69 | 0.47 |
| Hex | 31 | CB | 25 | 4C | 0 | 52 | 14 | 74 | 45 | 2F |
| Octal | 61 | 313 | 45 | 114 | 0 | 122 | 24 | 164 | 105 | 57 |
| Binary | 110001 | 11001011 | 100101 | 1001100 | 0 | 1010010 | 10100 | 1110100 | 1000101 | 101111 |
Color Harmonies of #31CB25
Complementary color
Monochromatic Colors of #31CB25
Black with #31CB25
Text Example
Text Example
White with #31CB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CB25; }
p { color: rgb(49,203,37); }
H1.HeaderClassName
{
color: #31CB25;
}
.AnyTagClassName
{
color: #31CB25;
}
</style>
background-color css
<style>
a { background-color: #31CB25; }
a { background-color: rgb(49,203,37); }
div.DivClassName
{
background-color: #31CB25;
}
.BgClassName
{
background-color: #31CB25;
}
</style>
border-color css
<style>
span { border-color: #31CB25; }
span { border-color: rgb(49,203,37); }
td.TdClassName
{
border-color: #31CB25;
}
.TagClassName
{
border-color: #31CB25;
}
</style>