Shades of Lime Green #22C327
Tints of Lime Green #22C327
RGB
CMYK
RGB Variations
Color information
#22C327 (or 0x22C327) is known color: Lime Green. HEX triplet: 22, C3 and 27. RGB value is (34,195,39). Sum of RGB (Red+Green+Blue) = 34+195+39=268 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.69% from 268); Green value is 195 (76.56% from 255 or 72.76% from 268); Blue value is 39 (15.62% from 255 or 14.55% from 268); Max value from RGB is 195 - color contains mainly: green. Hex color #22C327 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C327 is #DD3CD8. Grayscale: #818181. Windows color (decimal): -14499033 or 2605858. OLE color: 2605858.
HSL color Cylindrical-coordinate representation of color #22C327: hue angle of 121.86º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22C327 is Cyan = 0.83, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 195 | 39 | - |
| CMYK | 0.83 | 0 | 0.80 | 0.24 |
| HSL | 121.86º | 0.7% | 0.45% | - |
| HSV(B) | 121.86º | 0.83% | 0.76% | - |
| XYZ | 20.54 | 39.52 | 8.46 | - |
| YUV | 129.08 | 77.16 | 60.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 195 | 39 | 0.83 | 0 | 0.80 | 0.24 | 121.86 | 0.7 | 0.45 |
| Hex | 22 | C3 | 27 | 53 | 0 | 50 | 18 | 7A | 46 | 2D |
| Octal | 42 | 303 | 47 | 123 | 0 | 120 | 30 | 172 | 106 | 55 |
| Binary | 100010 | 11000011 | 100111 | 1010011 | 0 | 1010000 | 11000 | 1111010 | 1000110 | 101101 |
Color Harmonies of #22C327
Complementary color
Monochromatic Colors of #22C327
Black with #22C327
Text Example
Text Example
White with #22C327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C327; }
p { color: rgb(34,195,39); }
H1.HeaderClassName
{
color: #22C327;
}
.AnyTagClassName
{
color: #22C327;
}
</style>
background-color css
<style>
a { background-color: #22C327; }
a { background-color: rgb(34,195,39); }
div.DivClassName
{
background-color: #22C327;
}
.BgClassName
{
background-color: #22C327;
}
</style>
border-color css
<style>
span { border-color: #22C327; }
span { border-color: rgb(34,195,39); }
td.TdClassName
{
border-color: #22C327;
}
.TagClassName
{
border-color: #22C327;
}
</style>