Shades of Lime Green #22E333
Tints of Lime Green #22E333
RGB
CMYK
RGB Variations
Color information
#22E333 (or 0x22E333) is known color: Lime Green. HEX triplet: 22, E3 and 33. RGB value is (34,227,51). Sum of RGB (Red+Green+Blue) = 34+227+51=312 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.90% from 312); Green value is 227 (89.06% from 255 or 72.76% from 312); Blue value is 51 (20.31% from 255 or 16.35% from 312); Max value from RGB is 227 - color contains mainly: green. Hex color #22E333 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22E333 is #DD1CCC. Grayscale: #959595. Windows color (decimal): -14490829 or 3400482. OLE color: 3400482.
HSL color Cylindrical-coordinate representation of color #22E333: hue angle of 125.28º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #22E333 is Cyan = 0.85, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 34 | 227 | 51 | - |
| CMYK | 0.85 | 0 | 0.78 | 0.11 |
| HSL | 125.29º | 0.78% | 0.51% | - |
| HSV(B) | 125.29º | 0.85% | 0.89% | - |
| XYZ | 28.73 | 55.52 | 12.33 | - |
| YUV | 149.23 | 72.56 | 45.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 227 | 51 | 0.85 | 0 | 0.78 | 0.11 | 125.29 | 0.78 | 0.51 |
| Hex | 22 | E3 | 33 | 55 | 0 | 4E | B | 7D | 4E | 33 |
| Octal | 42 | 343 | 63 | 125 | 0 | 116 | 13 | 175 | 116 | 63 |
| Binary | 100010 | 11100011 | 110011 | 1010101 | 0 | 1001110 | 1011 | 1111101 | 1001110 | 110011 |
Color Harmonies of #22E333
Complementary color
Monochromatic Colors of #22E333
Black with #22E333
Text Example
Text Example
White with #22E333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22E333; }
p { color: rgb(34,227,51); }
H1.HeaderClassName
{
color: #22E333;
}
.AnyTagClassName
{
color: #22E333;
}
</style>
background-color css
<style>
a { background-color: #22E333; }
a { background-color: rgb(34,227,51); }
div.DivClassName
{
background-color: #22E333;
}
.BgClassName
{
background-color: #22E333;
}
</style>
border-color css
<style>
span { border-color: #22E333; }
span { border-color: rgb(34,227,51); }
td.TdClassName
{
border-color: #22E333;
}
.TagClassName
{
border-color: #22E333;
}
</style>