Shades of Lime Green #22D93F
Tints of Lime Green #22D93F
RGB
CMYK
RGB Variations
Color information
#22D93F (or 0x22D93F) is known color: Lime Green. HEX triplet: 22, D9 and 3F. RGB value is (34,217,63). Sum of RGB (Red+Green+Blue) = 34+217+63=314 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.83% from 314); Green value is 217 (85.16% from 255 or 69.11% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 217 - color contains mainly: green. Hex color #22D93F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22D93F is #DD26C0. Grayscale: #919191. Windows color (decimal): -14493377 or 4184354. OLE color: 4184354.
HSL color Cylindrical-coordinate representation of color #22D93F: hue angle of 129.51º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #22D93F is Cyan = 0.84, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 34 | 217 | 63 | - |
| CMYK | 0.84 | 0 | 0.71 | 0.15 |
| HSL | 129.51º | 0.73% | 0.49% | - |
| HSV(B) | 129.51º | 0.84% | 0.85% | - |
| XYZ | 26.37 | 50.32 | 13.03 | - |
| YUV | 144.73 | 81.87 | 49.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 217 | 63 | 0.84 | 0 | 0.71 | 0.15 | 129.51 | 0.73 | 0.49 |
| Hex | 22 | D9 | 3F | 54 | 0 | 47 | F | 82 | 49 | 31 |
| Octal | 42 | 331 | 77 | 124 | 0 | 107 | 17 | 202 | 111 | 61 |
| Binary | 100010 | 11011001 | 111111 | 1010100 | 0 | 1000111 | 1111 | 10000010 | 1001001 | 110001 |
Color Harmonies of #22D93F
Complementary color
Monochromatic Colors of #22D93F
Black with #22D93F
Text Example
Text Example
White with #22D93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22D93F; }
p { color: rgb(34,217,63); }
H1.HeaderClassName
{
color: #22D93F;
}
.AnyTagClassName
{
color: #22D93F;
}
</style>
background-color css
<style>
a { background-color: #22D93F; }
a { background-color: rgb(34,217,63); }
div.DivClassName
{
background-color: #22D93F;
}
.BgClassName
{
background-color: #22D93F;
}
</style>
border-color css
<style>
span { border-color: #22D93F; }
span { border-color: rgb(34,217,63); }
td.TdClassName
{
border-color: #22D93F;
}
.TagClassName
{
border-color: #22D93F;
}
</style>