Shades of Lime Green #22C33E
Tints of Lime Green #22C33E
RGB
CMYK
RGB Variations
Color information
#22C33E (or 0x22C33E) is known color: Lime Green. HEX triplet: 22, C3 and 3E. RGB value is (34,195,62). Sum of RGB (Red+Green+Blue) = 34+195+62=291 (38% of max value = 765). Red value is 34 (13.67% from 255 or 11.68% from 291); Green value is 195 (76.56% from 255 or 67.01% from 291); Blue value is 62 (24.61% from 255 or 21.31% from 291); Max value from RGB is 195 - color contains mainly: green. Hex color #22C33E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22C33E is #DD3CC1. Grayscale: #848484. Windows color (decimal): -14499010 or 4113186. OLE color: 4113186.
HSL color Cylindrical-coordinate representation of color #22C33E: hue angle of 130.43º 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 #22C33E is Cyan = 0.83, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 195 | 62 | - |
| CMYK | 0.83 | 0 | 0.68 | 0.24 |
| HSL | 130.43º | 0.7% | 0.45% | - |
| HSV(B) | 130.43º | 0.83% | 0.76% | - |
| XYZ | 21.04 | 39.72 | 11.11 | - |
| YUV | 131.7 | 88.66 | 58.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 195 | 62 | 0.83 | 0 | 0.68 | 0.24 | 130.43 | 0.7 | 0.45 |
| Hex | 22 | C3 | 3E | 53 | 0 | 44 | 18 | 82 | 46 | 2D |
| Octal | 42 | 303 | 76 | 123 | 0 | 104 | 30 | 202 | 106 | 55 |
| Binary | 100010 | 11000011 | 111110 | 1010011 | 0 | 1000100 | 11000 | 10000010 | 1000110 | 101101 |
Color Harmonies of #22C33E
Complementary color
Monochromatic Colors of #22C33E
Black with #22C33E
Text Example
Text Example
White with #22C33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C33E; }
p { color: rgb(34,195,62); }
H1.HeaderClassName
{
color: #22C33E;
}
.AnyTagClassName
{
color: #22C33E;
}
</style>
background-color css
<style>
a { background-color: #22C33E; }
a { background-color: rgb(34,195,62); }
div.DivClassName
{
background-color: #22C33E;
}
.BgClassName
{
background-color: #22C33E;
}
</style>
border-color css
<style>
span { border-color: #22C33E; }
span { border-color: rgb(34,195,62); }
td.TdClassName
{
border-color: #22C33E;
}
.TagClassName
{
border-color: #22C33E;
}
</style>