Shades of Lime Green #31F23A
Tints of Lime Green #31F23A
RGB
CMYK
RGB Variations
Color information
#31F23A (or 0x31F23A) is known color: Lime Green. HEX triplet: 31, F2 and 3A. RGB value is (49,242,58). Sum of RGB (Red+Green+Blue) = 49+242+58=349 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.04% from 349); Green value is 242 (94.92% from 255 or 69.34% from 349); Blue value is 58 (23.05% from 255 or 16.62% from 349); Max value from RGB is 242 - color contains mainly: green. Hex color #31F23A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F23A is #CE0DC5. Grayscale: #A3A3A3. Windows color (decimal): -13503942 or 3863089. OLE color: 3863089.
HSL color Cylindrical-coordinate representation of color #31F23A: hue angle of 122.8º 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 #31F23A is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 242 | 58 | - |
| CMYK | 0.80 | 0 | 0.76 | 0.05 |
| HSL | 122.8º | 0.88% | 0.57% | - |
| HSV(B) | 122.8º | 0.8% | 0.95% | - |
| XYZ | 33.78 | 64.46 | 14.67 | - |
| YUV | 163.32 | 68.56 | 46.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 242 | 58 | 0.80 | 0 | 0.76 | 0.05 | 122.8 | 0.88 | 0.57 |
| Hex | 31 | F2 | 3A | 50 | 0 | 4C | 5 | 7B | 58 | 39 |
| Octal | 61 | 362 | 72 | 120 | 0 | 114 | 5 | 173 | 130 | 71 |
| Binary | 110001 | 11110010 | 111010 | 1010000 | 0 | 1001100 | 101 | 1111011 | 1011000 | 111001 |
Color Harmonies of #31F23A
Complementary color
Monochromatic Colors of #31F23A
Black with #31F23A
Text Example
Text Example
White with #31F23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F23A; }
p { color: rgb(49,242,58); }
H1.HeaderClassName
{
color: #31F23A;
}
.AnyTagClassName
{
color: #31F23A;
}
</style>
background-color css
<style>
a { background-color: #31F23A; }
a { background-color: rgb(49,242,58); }
div.DivClassName
{
background-color: #31F23A;
}
.BgClassName
{
background-color: #31F23A;
}
</style>
border-color css
<style>
span { border-color: #31F23A; }
span { border-color: rgb(49,242,58); }
td.TdClassName
{
border-color: #31F23A;
}
.TagClassName
{
border-color: #31F23A;
}
</style>