Shades of Lime Green #22D509
Tints of Lime Green #22D509
RGB
CMYK
RGB Variations
Color information
#22D509 (or 0x22D509) is known color: Lime Green. HEX triplet: 22, D5 and 09. RGB value is (34,213,9). Sum of RGB (Red+Green+Blue) = 34+213+9=256 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.28% from 256); Green value is 213 (83.59% from 255 or 83.20% from 256); Blue value is 9 (3.91% from 255 or 3.52% from 256); Max value from RGB is 213 - color contains mainly: green. Hex color #22D509 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22D509 is #DD2AF6. Grayscale: #888888. Windows color (decimal): -14494455 or 644386. OLE color: 644386.
HSL color Cylindrical-coordinate representation of color #22D509: hue angle of 112.65º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #22D509 is Cyan = 0.84, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 34 | 213 | 9 | - |
| CMYK | 0.84 | 0 | 0.96 | 0.16 |
| HSL | 112.65º | 0.92% | 0.44% | - |
| HSV(B) | 112.65º | 0.96% | 0.84% | - |
| XYZ | 24.5 | 47.95 | 8.22 | - |
| YUV | 136.22 | 56.2 | 55.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 213 | 9 | 0.84 | 0 | 0.96 | 0.16 | 112.65 | 0.92 | 0.44 |
| Hex | 22 | D5 | 9 | 54 | 0 | 60 | 10 | 71 | 5C | 2C |
| Octal | 42 | 325 | 11 | 124 | 0 | 140 | 20 | 161 | 134 | 54 |
| Binary | 100010 | 11010101 | 1001 | 1010100 | 0 | 1100000 | 10000 | 1110001 | 1011100 | 101100 |
Color Harmonies of #22D509
Complementary color
Monochromatic Colors of #22D509
Black with #22D509
Text Example
Text Example
White with #22D509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22D509; }
p { color: rgb(34,213,9); }
H1.HeaderClassName
{
color: #22D509;
}
.AnyTagClassName
{
color: #22D509;
}
</style>
background-color css
<style>
a { background-color: #22D509; }
a { background-color: rgb(34,213,9); }
div.DivClassName
{
background-color: #22D509;
}
.BgClassName
{
background-color: #22D509;
}
</style>
border-color css
<style>
span { border-color: #22D509; }
span { border-color: rgb(34,213,9); }
td.TdClassName
{
border-color: #22D509;
}
.TagClassName
{
border-color: #22D509;
}
</style>