Shades of Lime Green #22C71B
Tints of Lime Green #22C71B
RGB
CMYK
RGB Variations
Color information
#22C71B (or 0x22C71B) is known color: Lime Green. HEX triplet: 22, C7 and 1B. RGB value is (34,199,27). Sum of RGB (Red+Green+Blue) = 34+199+27=260 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.08% from 260); Green value is 199 (78.12% from 255 or 76.54% from 260); Blue value is 27 (10.94% from 255 or 10.38% from 260); Max value from RGB is 199 - color contains mainly: green. Hex color #22C71B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C71B is #DD38E4. Grayscale: #828282. Windows color (decimal): -14498021 or 1820450. OLE color: 1820450.
HSL color Cylindrical-coordinate representation of color #22C71B: hue angle of 117.56º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #22C71B is Cyan = 0.83, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 34 | 199 | 27 | - |
| CMYK | 0.83 | 0 | 0.86 | 0.22 |
| HSL | 117.56º | 0.76% | 0.44% | - |
| HSV(B) | 117.56º | 0.86% | 0.78% | - |
| XYZ | 21.28 | 41.27 | 7.88 | - |
| YUV | 130.06 | 69.84 | 59.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 199 | 27 | 0.83 | 0 | 0.86 | 0.22 | 117.56 | 0.76 | 0.44 |
| Hex | 22 | C7 | 1B | 53 | 0 | 56 | 16 | 76 | 4C | 2C |
| Octal | 42 | 307 | 33 | 123 | 0 | 126 | 26 | 166 | 114 | 54 |
| Binary | 100010 | 11000111 | 11011 | 1010011 | 0 | 1010110 | 10110 | 1110110 | 1001100 | 101100 |
Color Harmonies of #22C71B
Complementary color
Monochromatic Colors of #22C71B
Black with #22C71B
Text Example
Text Example
White with #22C71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C71B; }
p { color: rgb(34,199,27); }
H1.HeaderClassName
{
color: #22C71B;
}
.AnyTagClassName
{
color: #22C71B;
}
</style>
background-color css
<style>
a { background-color: #22C71B; }
a { background-color: rgb(34,199,27); }
div.DivClassName
{
background-color: #22C71B;
}
.BgClassName
{
background-color: #22C71B;
}
</style>
border-color css
<style>
span { border-color: #22C71B; }
span { border-color: rgb(34,199,27); }
td.TdClassName
{
border-color: #22C71B;
}
.TagClassName
{
border-color: #22C71B;
}
</style>