Shades of Lime Green #31CA26
Tints of Lime Green #31CA26
RGB
CMYK
RGB Variations
Color information
#31CA26 (or 0x31CA26) is known color: Lime Green. HEX triplet: 31, CA and 26. RGB value is (49,202,38). Sum of RGB (Red+Green+Blue) = 49+202+38=289 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.96% from 289); Green value is 202 (79.30% from 255 or 69.90% from 289); Blue value is 38 (15.23% from 255 or 13.15% from 289); Max value from RGB is 202 - color contains mainly: green. Hex color #31CA26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31CA26 is #CE35D9. Grayscale: #8A8A8A. Windows color (decimal): -13514202 or 2542129. OLE color: 2542129.
HSL color Cylindrical-coordinate representation of color #31CA26: hue angle of 115.98º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31CA26 is Cyan = 0.76, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 49 | 202 | 38 | - |
| CMYK | 0.76 | 0 | 0.81 | 0.21 |
| HSL | 115.98º | 0.68% | 0.47% | - |
| HSV(B) | 115.98º | 0.81% | 0.79% | - |
| XYZ | 22.74 | 43.03 | 8.94 | - |
| YUV | 137.56 | 71.81 | 64.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 202 | 38 | 0.76 | 0 | 0.81 | 0.21 | 115.98 | 0.68 | 0.47 |
| Hex | 31 | CA | 26 | 4C | 0 | 51 | 15 | 74 | 44 | 2F |
| Octal | 61 | 312 | 46 | 114 | 0 | 121 | 25 | 164 | 104 | 57 |
| Binary | 110001 | 11001010 | 100110 | 1001100 | 0 | 1010001 | 10101 | 1110100 | 1000100 | 101111 |
Color Harmonies of #31CA26
Complementary color
Monochromatic Colors of #31CA26
Black with #31CA26
Text Example
Text Example
White with #31CA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31CA26; }
p { color: rgb(49,202,38); }
H1.HeaderClassName
{
color: #31CA26;
}
.AnyTagClassName
{
color: #31CA26;
}
</style>
background-color css
<style>
a { background-color: #31CA26; }
a { background-color: rgb(49,202,38); }
div.DivClassName
{
background-color: #31CA26;
}
.BgClassName
{
background-color: #31CA26;
}
</style>
border-color css
<style>
span { border-color: #31CA26; }
span { border-color: rgb(49,202,38); }
td.TdClassName
{
border-color: #31CA26;
}
.TagClassName
{
border-color: #31CA26;
}
</style>