Shades of Lime Green #22CE3D
Tints of Lime Green #22CE3D
RGB
CMYK
RGB Variations
Color information
#22CE3D (or 0x22CE3D) is known color: Lime Green. HEX triplet: 22, CE and 3D. RGB value is (34,206,61). Sum of RGB (Red+Green+Blue) = 34+206+61=301 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.30% from 301); Green value is 206 (80.86% from 255 or 68.44% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 206 - color contains mainly: green. Hex color #22CE3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22CE3D is #DD31C2. Grayscale: #8A8A8A. Windows color (decimal): -14496195 or 4050466. OLE color: 4050466.
HSL color Cylindrical-coordinate representation of color #22CE3D: hue angle of 129.42º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #22CE3D is Cyan = 0.83, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 34 | 206 | 61 | - |
| CMYK | 0.83 | 0 | 0.70 | 0.19 |
| HSL | 129.42º | 0.72% | 0.47% | - |
| HSV(B) | 129.42º | 0.83% | 0.81% | - |
| XYZ | 23.57 | 44.82 | 11.82 | - |
| YUV | 138.04 | 84.52 | 53.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 206 | 61 | 0.83 | 0 | 0.70 | 0.19 | 129.42 | 0.72 | 0.47 |
| Hex | 22 | CE | 3D | 53 | 0 | 46 | 13 | 81 | 48 | 2F |
| Octal | 42 | 316 | 75 | 123 | 0 | 106 | 23 | 201 | 110 | 57 |
| Binary | 100010 | 11001110 | 111101 | 1010011 | 0 | 1000110 | 10011 | 10000001 | 1001000 | 101111 |
Color Harmonies of #22CE3D
Complementary color
Monochromatic Colors of #22CE3D
Black with #22CE3D
Text Example
Text Example
White with #22CE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22CE3D; }
p { color: rgb(34,206,61); }
H1.HeaderClassName
{
color: #22CE3D;
}
.AnyTagClassName
{
color: #22CE3D;
}
</style>
background-color css
<style>
a { background-color: #22CE3D; }
a { background-color: rgb(34,206,61); }
div.DivClassName
{
background-color: #22CE3D;
}
.BgClassName
{
background-color: #22CE3D;
}
</style>
border-color css
<style>
span { border-color: #22CE3D; }
span { border-color: rgb(34,206,61); }
td.TdClassName
{
border-color: #22CE3D;
}
.TagClassName
{
border-color: #22CE3D;
}
</style>