Shades of Lime Green #31F237
Tints of Lime Green #31F237
RGB
CMYK
RGB Variations
Color information
#31F237 (or 0x31F237) is known color: Lime Green. HEX triplet: 31, F2 and 37. RGB value is (49,242,55). Sum of RGB (Red+Green+Blue) = 49+242+55=346 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.16% from 346); Green value is 242 (94.92% from 255 or 69.94% from 346); Blue value is 55 (21.88% from 255 or 15.90% from 346); Max value from RGB is 242 - color contains mainly: green. Hex color #31F237 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F237 is #CE0DC8. Grayscale: #A3A3A3. Windows color (decimal): -13503945 or 3666481. OLE color: 3666481.
HSL color Cylindrical-coordinate representation of color #31F237: hue angle of 121.87º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F237 is Cyan = 0.80, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 242 | 55 | - |
| CMYK | 0.80 | 0 | 0.77 | 0.05 |
| HSL | 121.87º | 0.88% | 0.57% | - |
| HSV(B) | 121.87º | 0.8% | 0.95% | - |
| XYZ | 33.71 | 64.43 | 14.27 | - |
| YUV | 162.98 | 67.06 | 46.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 242 | 55 | 0.80 | 0 | 0.77 | 0.05 | 121.87 | 0.88 | 0.57 |
| Hex | 31 | F2 | 37 | 50 | 0 | 4D | 5 | 7A | 58 | 39 |
| Octal | 61 | 362 | 67 | 120 | 0 | 115 | 5 | 172 | 130 | 71 |
| Binary | 110001 | 11110010 | 110111 | 1010000 | 0 | 1001101 | 101 | 1111010 | 1011000 | 111001 |
Color Harmonies of #31F237
Complementary color
Monochromatic Colors of #31F237
Black with #31F237
Text Example
Text Example
White with #31F237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F237; }
p { color: rgb(49,242,55); }
H1.HeaderClassName
{
color: #31F237;
}
.AnyTagClassName
{
color: #31F237;
}
</style>
background-color css
<style>
a { background-color: #31F237; }
a { background-color: rgb(49,242,55); }
div.DivClassName
{
background-color: #31F237;
}
.BgClassName
{
background-color: #31F237;
}
</style>
border-color css
<style>
span { border-color: #31F237; }
span { border-color: rgb(49,242,55); }
td.TdClassName
{
border-color: #31F237;
}
.TagClassName
{
border-color: #31F237;
}
</style>