Shades of Lime Green #31F22A
Tints of Lime Green #31F22A
RGB
CMYK
RGB Variations
Color information
#31F22A (or 0x31F22A) is known color: Lime Green. HEX triplet: 31, F2 and 2A. RGB value is (49,242,42). Sum of RGB (Red+Green+Blue) = 49+242+42=333 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.71% from 333); Green value is 242 (94.92% from 255 or 72.67% from 333); Blue value is 42 (16.80% from 255 or 12.61% from 333); Max value from RGB is 242 - color contains mainly: green. Hex color #31F22A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F22A is #CE0DD5. Grayscale: #A2A2A2. Windows color (decimal): -13503958 or 2814513. OLE color: 2814513.
HSL color Cylindrical-coordinate representation of color #31F22A: hue angle of 117.9º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #31F22A is Cyan = 0.80, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 242 | 42 | - |
| CMYK | 0.80 | 0 | 0.83 | 0.05 |
| HSL | 117.9º | 0.88% | 0.56% | - |
| HSV(B) | 117.9º | 0.83% | 0.95% | - |
| XYZ | 33.44 | 64.32 | 12.84 | - |
| YUV | 161.49 | 60.56 | 47.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 242 | 42 | 0.80 | 0 | 0.83 | 0.05 | 117.9 | 0.88 | 0.56 |
| Hex | 31 | F2 | 2A | 50 | 0 | 53 | 5 | 76 | 58 | 38 |
| Octal | 61 | 362 | 52 | 120 | 0 | 123 | 5 | 166 | 130 | 70 |
| Binary | 110001 | 11110010 | 101010 | 1010000 | 0 | 1010011 | 101 | 1110110 | 1011000 | 111000 |
Color Harmonies of #31F22A
Complementary color
Monochromatic Colors of #31F22A
Black with #31F22A
Text Example
Text Example
White with #31F22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F22A; }
p { color: rgb(49,242,42); }
H1.HeaderClassName
{
color: #31F22A;
}
.AnyTagClassName
{
color: #31F22A;
}
</style>
background-color css
<style>
a { background-color: #31F22A; }
a { background-color: rgb(49,242,42); }
div.DivClassName
{
background-color: #31F22A;
}
.BgClassName
{
background-color: #31F22A;
}
</style>
border-color css
<style>
span { border-color: #31F22A; }
span { border-color: rgb(49,242,42); }
td.TdClassName
{
border-color: #31F22A;
}
.TagClassName
{
border-color: #31F22A;
}
</style>