Shades of Lime Green #22B83C
Tints of Lime Green #22B83C
RGB
CMYK
RGB Variations
Color information
#22B83C (or 0x22B83C) is known color: Lime Green. HEX triplet: 22, B8 and 3C. RGB value is (34,184,60). Sum of RGB (Red+Green+Blue) = 34+184+60=278 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.23% from 278); Green value is 184 (72.27% from 255 or 66.19% from 278); Blue value is 60 (23.83% from 255 or 21.58% from 278); Max value from RGB is 184 - color contains mainly: green. Hex color #22B83C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22B83C is #DD47C3. Grayscale: #7D7D7D. Windows color (decimal): -14501828 or 3979298. OLE color: 3979298.
HSL color Cylindrical-coordinate representation of color #22B83C: hue angle of 130.4º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22B83C is Cyan = 0.82, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 34 | 184 | 60 | - |
| CMYK | 0.82 | 0 | 0.67 | 0.28 |
| HSL | 130.4º | 0.69% | 0.43% | - |
| HSV(B) | 130.4º | 0.82% | 0.72% | - |
| XYZ | 18.62 | 34.95 | 10.04 | - |
| YUV | 125.01 | 91.31 | 63.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 184 | 60 | 0.82 | 0 | 0.67 | 0.28 | 130.4 | 0.69 | 0.43 |
| Hex | 22 | B8 | 3C | 52 | 0 | 43 | 1C | 82 | 45 | 2B |
| Octal | 42 | 270 | 74 | 122 | 0 | 103 | 34 | 202 | 105 | 53 |
| Binary | 100010 | 10111000 | 111100 | 1010010 | 0 | 1000011 | 11100 | 10000010 | 1000101 | 101011 |
Color Harmonies of #22B83C
Complementary color
Monochromatic Colors of #22B83C
Black with #22B83C
Text Example
Text Example
White with #22B83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22B83C; }
p { color: rgb(34,184,60); }
H1.HeaderClassName
{
color: #22B83C;
}
.AnyTagClassName
{
color: #22B83C;
}
</style>
background-color css
<style>
a { background-color: #22B83C; }
a { background-color: rgb(34,184,60); }
div.DivClassName
{
background-color: #22B83C;
}
.BgClassName
{
background-color: #22B83C;
}
</style>
border-color css
<style>
span { border-color: #22B83C; }
span { border-color: rgb(34,184,60); }
td.TdClassName
{
border-color: #22B83C;
}
.TagClassName
{
border-color: #22B83C;
}
</style>