Shades of Lime Green #22D73F
Tints of Lime Green #22D73F
RGB
CMYK
RGB Variations
Color information
#22D73F (or 0x22D73F) is known color: Lime Green. HEX triplet: 22, D7 and 3F. RGB value is (34,215,63). Sum of RGB (Red+Green+Blue) = 34+215+63=312 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.90% from 312); Green value is 215 (84.38% from 255 or 68.91% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 215 - color contains mainly: green. Hex color #22D73F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22D73F is #DD28C0. Grayscale: #8F8F8F. Windows color (decimal): -14493889 or 4183842. OLE color: 4183842.
HSL color Cylindrical-coordinate representation of color #22D73F: hue angle of 129.61º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #22D73F is Cyan = 0.84, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 34 | 215 | 63 | - |
| CMYK | 0.84 | 0 | 0.71 | 0.16 |
| HSL | 129.61º | 0.73% | 0.49% | - |
| HSV(B) | 129.61º | 0.84% | 0.84% | - |
| XYZ | 25.86 | 49.3 | 12.86 | - |
| YUV | 143.55 | 82.53 | 49.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 215 | 63 | 0.84 | 0 | 0.71 | 0.16 | 129.61 | 0.73 | 0.49 |
| Hex | 22 | D7 | 3F | 54 | 0 | 47 | 10 | 82 | 49 | 31 |
| Octal | 42 | 327 | 77 | 124 | 0 | 107 | 20 | 202 | 111 | 61 |
| Binary | 100010 | 11010111 | 111111 | 1010100 | 0 | 1000111 | 10000 | 10000010 | 1001001 | 110001 |
Color Harmonies of #22D73F
Complementary color
Monochromatic Colors of #22D73F
Black with #22D73F
Text Example
Text Example
White with #22D73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22D73F; }
p { color: rgb(34,215,63); }
H1.HeaderClassName
{
color: #22D73F;
}
.AnyTagClassName
{
color: #22D73F;
}
</style>
background-color css
<style>
a { background-color: #22D73F; }
a { background-color: rgb(34,215,63); }
div.DivClassName
{
background-color: #22D73F;
}
.BgClassName
{
background-color: #22D73F;
}
</style>
border-color css
<style>
span { border-color: #22D73F; }
span { border-color: rgb(34,215,63); }
td.TdClassName
{
border-color: #22D73F;
}
.TagClassName
{
border-color: #22D73F;
}
</style>