Shades of Lime Green #22CF3A
Tints of Lime Green #22CF3A
RGB
CMYK
RGB Variations
Color information
#22CF3A (or 0x22CF3A) is known color: Lime Green. HEX triplet: 22, CF and 3A. RGB value is (34,207,58). Sum of RGB (Red+Green+Blue) = 34+207+58=299 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.37% from 299); Green value is 207 (81.25% from 255 or 69.23% from 299); Blue value is 58 (23.05% from 255 or 19.40% from 299); Max value from RGB is 207 - color contains mainly: green. Hex color #22CF3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22CF3A is #DD30C5. Grayscale: #8A8A8A. Windows color (decimal): -14495942 or 3854114. OLE color: 3854114.
HSL color Cylindrical-coordinate representation of color #22CF3A: hue angle of 128.32º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #22CF3A is Cyan = 0.84, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 34 | 207 | 58 | - |
| CMYK | 0.84 | 0 | 0.72 | 0.19 |
| HSL | 128.32º | 0.72% | 0.47% | - |
| HSV(B) | 128.32º | 0.84% | 0.81% | - |
| XYZ | 23.74 | 45.27 | 11.49 | - |
| YUV | 138.29 | 82.69 | 53.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 207 | 58 | 0.84 | 0 | 0.72 | 0.19 | 128.32 | 0.72 | 0.47 |
| Hex | 22 | CF | 3A | 54 | 0 | 48 | 13 | 80 | 48 | 2F |
| Octal | 42 | 317 | 72 | 124 | 0 | 110 | 23 | 200 | 110 | 57 |
| Binary | 100010 | 11001111 | 111010 | 1010100 | 0 | 1001000 | 10011 | 10000000 | 1001000 | 101111 |
Color Harmonies of #22CF3A
Complementary color
Monochromatic Colors of #22CF3A
Black with #22CF3A
Text Example
Text Example
White with #22CF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22CF3A; }
p { color: rgb(34,207,58); }
H1.HeaderClassName
{
color: #22CF3A;
}
.AnyTagClassName
{
color: #22CF3A;
}
</style>
background-color css
<style>
a { background-color: #22CF3A; }
a { background-color: rgb(34,207,58); }
div.DivClassName
{
background-color: #22CF3A;
}
.BgClassName
{
background-color: #22CF3A;
}
</style>
border-color css
<style>
span { border-color: #22CF3A; }
span { border-color: rgb(34,207,58); }
td.TdClassName
{
border-color: #22CF3A;
}
.TagClassName
{
border-color: #22CF3A;
}
</style>