Shades of Lime Green #31F232
Tints of Lime Green #31F232
RGB
CMYK
RGB Variations
Color information
#31F232 (or 0x31F232) is known color: Lime Green. HEX triplet: 31, F2 and 32. RGB value is (49,242,50). Sum of RGB (Red+Green+Blue) = 49+242+50=341 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.37% from 341); Green value is 242 (94.92% from 255 or 70.97% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 242 - color contains mainly: green. Hex color #31F232 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F232 is #CE0DCD. Grayscale: #A2A2A2. Windows color (decimal): -13503950 or 3338801. OLE color: 3338801.
HSL color Cylindrical-coordinate representation of color #31F232: hue angle of 120.31º 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 #31F232 is Cyan = 0.80, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 242 | 50 | - |
| CMYK | 0.80 | 0 | 0.79 | 0.05 |
| HSL | 120.31º | 0.88% | 0.57% | - |
| HSV(B) | 120.31º | 0.8% | 0.95% | - |
| XYZ | 33.59 | 64.39 | 13.68 | - |
| YUV | 162.41 | 64.56 | 47.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 242 | 50 | 0.80 | 0 | 0.79 | 0.05 | 120.31 | 0.88 | 0.57 |
| Hex | 31 | F2 | 32 | 50 | 0 | 4F | 5 | 78 | 58 | 39 |
| Octal | 61 | 362 | 62 | 120 | 0 | 117 | 5 | 170 | 130 | 71 |
| Binary | 110001 | 11110010 | 110010 | 1010000 | 0 | 1001111 | 101 | 1111000 | 1011000 | 111001 |
Color Harmonies of #31F232
Complementary color
Monochromatic Colors of #31F232
Black with #31F232
Text Example
Text Example
White with #31F232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F232; }
p { color: rgb(49,242,50); }
H1.HeaderClassName
{
color: #31F232;
}
.AnyTagClassName
{
color: #31F232;
}
</style>
background-color css
<style>
a { background-color: #31F232; }
a { background-color: rgb(49,242,50); }
div.DivClassName
{
background-color: #31F232;
}
.BgClassName
{
background-color: #31F232;
}
</style>
border-color css
<style>
span { border-color: #31F232; }
span { border-color: rgb(49,242,50); }
td.TdClassName
{
border-color: #31F232;
}
.TagClassName
{
border-color: #31F232;
}
</style>