Shades of Lime Green #31CB26
Tints of Lime Green #31CB26
RGB
CMYK
RGB Variations
Color information
#31CB26 (or 0x31CB26) is known color: Lime Green. HEX triplet: 31, CB and 26. RGB value is (49,203,38). Sum of RGB (Red+Green+Blue) = 49+203+38=290 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.90% from 290); Green value is 203 (79.69% from 255 or 70% from 290); Blue value is 38 (15.23% from 255 or 13.10% from 290); Max value from RGB is 203 - color contains mainly: green. Hex color #31CB26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31CB26 is #CE34D9. Grayscale: #8A8A8A. Windows color (decimal): -13513946 or 2542385. OLE color: 2542385.
HSL color Cylindrical-coordinate representation of color #31CB26: hue angle of 116º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31CB26 is Cyan = 0.76, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 203 | 38 | - |
| CMYK | 0.76 | 0 | 0.81 | 0.20 |
| HSL | 116º | 0.68% | 0.47% | - |
| HSV(B) | 116º | 0.81% | 0.8% | - |
| XYZ | 22.97 | 43.5 | 9.02 | - |
| YUV | 138.14 | 71.48 | 64.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 203 | 38 | 0.76 | 0 | 0.81 | 0.20 | 116 | 0.68 | 0.47 |
| Hex | 31 | CB | 26 | 4C | 0 | 51 | 14 | 74 | 44 | 2F |
| Octal | 61 | 313 | 46 | 114 | 0 | 121 | 24 | 164 | 104 | 57 |
| Binary | 110001 | 11001011 | 100110 | 1001100 | 0 | 1010001 | 10100 | 1110100 | 1000100 | 101111 |
Color Harmonies of #31CB26
Complementary color
Monochromatic Colors of #31CB26
Black with #31CB26
Text Example
Text Example
White with #31CB26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CB26; }
p { color: rgb(49,203,38); }
H1.HeaderClassName
{
color: #31CB26;
}
.AnyTagClassName
{
color: #31CB26;
}
</style>
background-color css
<style>
a { background-color: #31CB26; }
a { background-color: rgb(49,203,38); }
div.DivClassName
{
background-color: #31CB26;
}
.BgClassName
{
background-color: #31CB26;
}
</style>
border-color css
<style>
span { border-color: #31CB26; }
span { border-color: rgb(49,203,38); }
td.TdClassName
{
border-color: #31CB26;
}
.TagClassName
{
border-color: #31CB26;
}
</style>