Shades of Lime Green #22F73A
Tints of Lime Green #22F73A
RGB
CMYK
RGB Variations
Color information
#22F73A (or 0x22F73A) is known color: Lime Green. HEX triplet: 22, F7 and 3A. RGB value is (34,247,58). Sum of RGB (Red+Green+Blue) = 34+247+58=339 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.03% from 339); Green value is 247 (96.88% from 255 or 72.86% from 339); Blue value is 58 (23.05% from 255 or 17.11% from 339); Max value from RGB is 247 - color contains mainly: green. Hex color #22F73A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #22F73A is #DD08C5. Grayscale: #A2A2A2. Windows color (decimal): -14485702 or 3864354. OLE color: 3864354.
HSL color Cylindrical-coordinate representation of color #22F73A: hue angle of 126.76º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #22F73A is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 34 | 247 | 58 | - |
| CMYK | 0.86 | 0 | 0.77 | 0.03 |
| HSL | 126.76º | 0.93% | 0.55% | - |
| HSV(B) | 126.76º | 0.86% | 0.97% | - |
| XYZ | 34.68 | 67.17 | 15.14 | - |
| YUV | 161.77 | 69.43 | 36.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 247 | 58 | 0.86 | 0 | 0.77 | 0.03 | 126.76 | 0.93 | 0.55 |
| Hex | 22 | F7 | 3A | 56 | 0 | 4D | 3 | 7F | 5D | 37 |
| Octal | 42 | 367 | 72 | 126 | 0 | 115 | 3 | 177 | 135 | 67 |
| Binary | 100010 | 11110111 | 111010 | 1010110 | 0 | 1001101 | 11 | 1111111 | 1011101 | 110111 |
Color Harmonies of #22F73A
Complementary color
Monochromatic Colors of #22F73A
Black with #22F73A
Text Example
Text Example
White with #22F73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22F73A; }
p { color: rgb(34,247,58); }
H1.HeaderClassName
{
color: #22F73A;
}
.AnyTagClassName
{
color: #22F73A;
}
</style>
background-color css
<style>
a { background-color: #22F73A; }
a { background-color: rgb(34,247,58); }
div.DivClassName
{
background-color: #22F73A;
}
.BgClassName
{
background-color: #22F73A;
}
</style>
border-color css
<style>
span { border-color: #22F73A; }
span { border-color: rgb(34,247,58); }
td.TdClassName
{
border-color: #22F73A;
}
.TagClassName
{
border-color: #22F73A;
}
</style>