Shades of Lime Green #2CD022
Tints of Lime Green #2CD022
RGB
CMYK
RGB Variations
Color information
#2CD022 (or 0x2CD022) is known color: Lime Green. HEX triplet: 2C, D0 and 22. RGB value is (44,208,34). Sum of RGB (Red+Green+Blue) = 44+208+34=286 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.38% from 286); Green value is 208 (81.64% from 255 or 72.73% from 286); Blue value is 34 (13.67% from 255 or 11.89% from 286); Max value from RGB is 208 - color contains mainly: green. Hex color #2CD022 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD022 is #D32FDD. Grayscale: #8B8B8B. Windows color (decimal): -13840350 or 2281516. OLE color: 2281516.
HSL color Cylindrical-coordinate representation of color #2CD022: hue angle of 116.55º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2CD022 is Cyan = 0.79, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 44 | 208 | 34 | - |
| CMYK | 0.79 | 0 | 0.84 | 0.18 |
| HSL | 116.55º | 0.72% | 0.47% | - |
| HSV(B) | 116.55º | 0.84% | 0.82% | - |
| XYZ | 23.88 | 45.76 | 9.09 | - |
| YUV | 139.13 | 68.67 | 60.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 208 | 34 | 0.79 | 0 | 0.84 | 0.18 | 116.55 | 0.72 | 0.47 |
| Hex | 2C | D0 | 22 | 4F | 0 | 54 | 12 | 75 | 48 | 2F |
| Octal | 54 | 320 | 42 | 117 | 0 | 124 | 22 | 165 | 110 | 57 |
| Binary | 101100 | 11010000 | 100010 | 1001111 | 0 | 1010100 | 10010 | 1110101 | 1001000 | 101111 |
Color Harmonies of #2CD022
Complementary color
Monochromatic Colors of #2CD022
Black with #2CD022
Text Example
Text Example
White with #2CD022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD022; }
p { color: rgb(44,208,34); }
H1.HeaderClassName
{
color: #2CD022;
}
.AnyTagClassName
{
color: #2CD022;
}
</style>
background-color css
<style>
a { background-color: #2CD022; }
a { background-color: rgb(44,208,34); }
div.DivClassName
{
background-color: #2CD022;
}
.BgClassName
{
background-color: #2CD022;
}
</style>
border-color css
<style>
span { border-color: #2CD022; }
span { border-color: rgb(44,208,34); }
td.TdClassName
{
border-color: #2CD022;
}
.TagClassName
{
border-color: #2CD022;
}
</style>