Shades of Lime Green #22E62B
Tints of Lime Green #22E62B
RGB
CMYK
RGB Variations
Color information
#22E62B (or 0x22E62B) is known color: Lime Green. HEX triplet: 22, E6 and 2B. RGB value is (34,230,43). Sum of RGB (Red+Green+Blue) = 34+230+43=307 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.07% from 307); Green value is 230 (90.23% from 255 or 74.92% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 230 - color contains mainly: green. Hex color #22E62B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #22E62B is #DD19D4. Grayscale: #969696. Windows color (decimal): -14490069 or 2876962. OLE color: 2876962.
HSL color Cylindrical-coordinate representation of color #22E62B: hue angle of 122.76º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #22E62B is Cyan = 0.85, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 34 | 230 | 43 | - |
| CMYK | 0.85 | 0 | 0.81 | 0.10 |
| HSL | 122.76º | 0.8% | 0.52% | - |
| HSV(B) | 122.76º | 0.85% | 0.9% | - |
| XYZ | 29.39 | 57.11 | 11.76 | - |
| YUV | 150.08 | 67.57 | 45.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 230 | 43 | 0.85 | 0 | 0.81 | 0.10 | 122.76 | 0.8 | 0.52 |
| Hex | 22 | E6 | 2B | 55 | 0 | 51 | A | 7B | 50 | 34 |
| Octal | 42 | 346 | 53 | 125 | 0 | 121 | 12 | 173 | 120 | 64 |
| Binary | 100010 | 11100110 | 101011 | 1010101 | 0 | 1010001 | 1010 | 1111011 | 1010000 | 110100 |
Color Harmonies of #22E62B
Complementary color
Monochromatic Colors of #22E62B
Black with #22E62B
Text Example
Text Example
White with #22E62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22E62B; }
p { color: rgb(34,230,43); }
H1.HeaderClassName
{
color: #22E62B;
}
.AnyTagClassName
{
color: #22E62B;
}
</style>
background-color css
<style>
a { background-color: #22E62B; }
a { background-color: rgb(34,230,43); }
div.DivClassName
{
background-color: #22E62B;
}
.BgClassName
{
background-color: #22E62B;
}
</style>
border-color css
<style>
span { border-color: #22E62B; }
span { border-color: rgb(34,230,43); }
td.TdClassName
{
border-color: #22E62B;
}
.TagClassName
{
border-color: #22E62B;
}
</style>