Shades of Lime Green #22EC3D
Tints of Lime Green #22EC3D
RGB
CMYK
RGB Variations
Color information
#22EC3D (or 0x22EC3D) is known color: Lime Green. HEX triplet: 22, EC and 3D. RGB value is (34,236,61). Sum of RGB (Red+Green+Blue) = 34+236+61=331 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.27% from 331); Green value is 236 (92.58% from 255 or 71.30% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 236 - color contains mainly: green. Hex color #22EC3D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #22EC3D is #DD13C2. Grayscale: #9C9C9C. Windows color (decimal): -14488515 or 4058146. OLE color: 4058146.
HSL color Cylindrical-coordinate representation of color #22EC3D: hue angle of 128.02º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #22EC3D is Cyan = 0.86, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 236 | 61 | - |
| CMYK | 0.86 | 0 | 0.74 | 0.07 |
| HSL | 128.02º | 0.84% | 0.53% | - |
| HSV(B) | 128.02º | 0.86% | 0.93% | - |
| XYZ | 31.5 | 60.67 | 14.46 | - |
| YUV | 155.65 | 74.58 | 41.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 236 | 61 | 0.86 | 0 | 0.74 | 0.07 | 128.02 | 0.84 | 0.53 |
| Hex | 22 | EC | 3D | 56 | 0 | 4A | 7 | 80 | 54 | 35 |
| Octal | 42 | 354 | 75 | 126 | 0 | 112 | 7 | 200 | 124 | 65 |
| Binary | 100010 | 11101100 | 111101 | 1010110 | 0 | 1001010 | 111 | 10000000 | 1010100 | 110101 |
Color Harmonies of #22EC3D
Complementary color
Monochromatic Colors of #22EC3D
Black with #22EC3D
Text Example
Text Example
White with #22EC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22EC3D; }
p { color: rgb(34,236,61); }
H1.HeaderClassName
{
color: #22EC3D;
}
.AnyTagClassName
{
color: #22EC3D;
}
</style>
background-color css
<style>
a { background-color: #22EC3D; }
a { background-color: rgb(34,236,61); }
div.DivClassName
{
background-color: #22EC3D;
}
.BgClassName
{
background-color: #22EC3D;
}
</style>
border-color css
<style>
span { border-color: #22EC3D; }
span { border-color: rgb(34,236,61); }
td.TdClassName
{
border-color: #22EC3D;
}
.TagClassName
{
border-color: #22EC3D;
}
</style>