Shades of Lime Green #22D81B
Tints of Lime Green #22D81B
RGB
CMYK
RGB Variations
Color information
#22D81B (or 0x22D81B) is known color: Lime Green. HEX triplet: 22, D8 and 1B. RGB value is (34,216,27). Sum of RGB (Red+Green+Blue) = 34+216+27=277 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.27% from 277); Green value is 216 (84.77% from 255 or 77.98% from 277); Blue value is 27 (10.94% from 255 or 9.75% from 277); Max value from RGB is 216 - color contains mainly: green. Hex color #22D81B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22D81B is #DD27E4. Grayscale: #8C8C8C. Windows color (decimal): -14493669 or 1824802. OLE color: 1824802.
HSL color Cylindrical-coordinate representation of color #22D81B: hue angle of 117.78º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #22D81B is Cyan = 0.84, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 34 | 216 | 27 | - |
| CMYK | 0.84 | 0 | 0.88 | 0.15 |
| HSL | 117.78º | 0.78% | 0.48% | - |
| HSV(B) | 117.78º | 0.88% | 0.85% | - |
| XYZ | 25.41 | 49.53 | 9.26 | - |
| YUV | 140.04 | 64.2 | 52.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 216 | 27 | 0.84 | 0 | 0.88 | 0.15 | 117.78 | 0.78 | 0.48 |
| Hex | 22 | D8 | 1B | 54 | 0 | 58 | F | 76 | 4E | 30 |
| Octal | 42 | 330 | 33 | 124 | 0 | 130 | 17 | 166 | 116 | 60 |
| Binary | 100010 | 11011000 | 11011 | 1010100 | 0 | 1011000 | 1111 | 1110110 | 1001110 | 110000 |
Color Harmonies of #22D81B
Complementary color
Monochromatic Colors of #22D81B
Black with #22D81B
Text Example
Text Example
White with #22D81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22D81B; }
p { color: rgb(34,216,27); }
H1.HeaderClassName
{
color: #22D81B;
}
.AnyTagClassName
{
color: #22D81B;
}
</style>
background-color css
<style>
a { background-color: #22D81B; }
a { background-color: rgb(34,216,27); }
div.DivClassName
{
background-color: #22D81B;
}
.BgClassName
{
background-color: #22D81B;
}
</style>
border-color css
<style>
span { border-color: #22D81B; }
span { border-color: rgb(34,216,27); }
td.TdClassName
{
border-color: #22D81B;
}
.TagClassName
{
border-color: #22D81B;
}
</style>