Shades of Lime Green #31F526
Tints of Lime Green #31F526
RGB
CMYK
RGB Variations
Color information
#31F526 (or 0x31F526) is known color: Lime Green. HEX triplet: 31, F5 and 26. RGB value is (49,245,38). Sum of RGB (Red+Green+Blue) = 49+245+38=332 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.76% from 332); Green value is 245 (96.09% from 255 or 73.80% from 332); Blue value is 38 (15.23% from 255 or 11.45% from 332); Max value from RGB is 245 - color contains mainly: green. Hex color #31F526 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F526 is #CE0AD9. Grayscale: #A3A3A3. Windows color (decimal): -13503194 or 2553137. OLE color: 2553137.
HSL color Cylindrical-coordinate representation of color #31F526: hue angle of 116.81º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #31F526 is Cyan = 0.8, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 49 | 245 | 38 | - |
| CMYK | 0.8 | 0 | 0.84 | 0.04 |
| HSL | 116.81º | 0.91% | 0.55% | - |
| HSV(B) | 116.81º | 0.84% | 0.96% | - |
| XYZ | 34.27 | 66.1 | 12.79 | - |
| YUV | 162.8 | 57.57 | 46.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 245 | 38 | 0.8 | 0 | 0.84 | 0.04 | 116.81 | 0.91 | 0.55 |
| Hex | 31 | F5 | 26 | 50 | 0 | 54 | 4 | 75 | 5B | 37 |
| Octal | 61 | 365 | 46 | 120 | 0 | 124 | 4 | 165 | 133 | 67 |
| Binary | 110001 | 11110101 | 100110 | 1010000 | 0 | 1010100 | 100 | 1110101 | 1011011 | 110111 |
Color Harmonies of #31F526
Complementary color
Monochromatic Colors of #31F526
Black with #31F526
Text Example
Text Example
White with #31F526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F526; }
p { color: rgb(49,245,38); }
H1.HeaderClassName
{
color: #31F526;
}
.AnyTagClassName
{
color: #31F526;
}
</style>
background-color css
<style>
a { background-color: #31F526; }
a { background-color: rgb(49,245,38); }
div.DivClassName
{
background-color: #31F526;
}
.BgClassName
{
background-color: #31F526;
}
</style>
border-color css
<style>
span { border-color: #31F526; }
span { border-color: rgb(49,245,38); }
td.TdClassName
{
border-color: #31F526;
}
.TagClassName
{
border-color: #31F526;
}
</style>