Shades of Lime Green #22F338
Tints of Lime Green #22F338
RGB
CMYK
RGB Variations
Color information
#22F338 (or 0x22F338) is known color: Lime Green. HEX triplet: 22, F3 and 38. RGB value is (34,243,56). Sum of RGB (Red+Green+Blue) = 34+243+56=333 (44% of max value = 765). Red value is 34 (13.67% from 255 or 10.21% from 333); Green value is 243 (95.31% from 255 or 72.97% from 333); Blue value is 56 (22.27% from 255 or 16.82% from 333); Max value from RGB is 243 - color contains mainly: green. Hex color #22F338 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #22F338 is #DD0CC7. Grayscale: #9F9F9F. Windows color (decimal): -14486728 or 3732258. OLE color: 3732258.
HSL color Cylindrical-coordinate representation of color #22F338: hue angle of 126.32º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #22F338 is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 34 | 243 | 56 | - |
| CMYK | 0.86 | 0 | 0.77 | 0.05 |
| HSL | 126.32º | 0.9% | 0.54% | - |
| HSV(B) | 126.32º | 0.86% | 0.95% | - |
| XYZ | 33.42 | 64.73 | 14.47 | - |
| YUV | 159.19 | 69.76 | 38.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 243 | 56 | 0.86 | 0 | 0.77 | 0.05 | 126.32 | 0.9 | 0.54 |
| Hex | 22 | F3 | 38 | 56 | 0 | 4D | 5 | 7E | 5A | 36 |
| Octal | 42 | 363 | 70 | 126 | 0 | 115 | 5 | 176 | 132 | 66 |
| Binary | 100010 | 11110011 | 111000 | 1010110 | 0 | 1001101 | 101 | 1111110 | 1011010 | 110110 |
Color Harmonies of #22F338
Complementary color
Monochromatic Colors of #22F338
Black with #22F338
Text Example
Text Example
White with #22F338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22F338; }
p { color: rgb(34,243,56); }
H1.HeaderClassName
{
color: #22F338;
}
.AnyTagClassName
{
color: #22F338;
}
</style>
background-color css
<style>
a { background-color: #22F338; }
a { background-color: rgb(34,243,56); }
div.DivClassName
{
background-color: #22F338;
}
.BgClassName
{
background-color: #22F338;
}
</style>
border-color css
<style>
span { border-color: #22F338; }
span { border-color: rgb(34,243,56); }
td.TdClassName
{
border-color: #22F338;
}
.TagClassName
{
border-color: #22F338;
}
</style>