Shades of Lime Green #2CD721
Tints of Lime Green #2CD721
RGB
CMYK
RGB Variations
Color information
#2CD721 (or 0x2CD721) is known color: Lime Green. HEX triplet: 2C, D7 and 21. RGB value is (44,215,33). Sum of RGB (Red+Green+Blue) = 44+215+33=292 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.07% from 292); Green value is 215 (84.38% from 255 or 73.63% from 292); Blue value is 33 (13.28% from 255 or 11.30% from 292); Max value from RGB is 215 - color contains mainly: green. Hex color #2CD721 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD721 is #D328DE. Grayscale: #8F8F8F. Windows color (decimal): -13838559 or 2217772. OLE color: 2217772.
HSL color Cylindrical-coordinate representation of color #2CD721: hue angle of 116.37º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2CD721 is Cyan = 0.80, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 44 | 215 | 33 | - |
| CMYK | 0.80 | 0 | 0.85 | 0.16 |
| HSL | 116.37º | 0.73% | 0.49% | - |
| HSV(B) | 116.37º | 0.85% | 0.84% | - |
| XYZ | 25.61 | 49.25 | 9.59 | - |
| YUV | 143.12 | 65.85 | 57.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 215 | 33 | 0.80 | 0 | 0.85 | 0.16 | 116.37 | 0.73 | 0.49 |
| Hex | 2C | D7 | 21 | 50 | 0 | 55 | 10 | 74 | 49 | 31 |
| Octal | 54 | 327 | 41 | 120 | 0 | 125 | 20 | 164 | 111 | 61 |
| Binary | 101100 | 11010111 | 100001 | 1010000 | 0 | 1010101 | 10000 | 1110100 | 1001001 | 110001 |
Color Harmonies of #2CD721
Complementary color
Monochromatic Colors of #2CD721
Black with #2CD721
Text Example
Text Example
White with #2CD721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD721; }
p { color: rgb(44,215,33); }
H1.HeaderClassName
{
color: #2CD721;
}
.AnyTagClassName
{
color: #2CD721;
}
</style>
background-color css
<style>
a { background-color: #2CD721; }
a { background-color: rgb(44,215,33); }
div.DivClassName
{
background-color: #2CD721;
}
.BgClassName
{
background-color: #2CD721;
}
</style>
border-color css
<style>
span { border-color: #2CD721; }
span { border-color: rgb(44,215,33); }
td.TdClassName
{
border-color: #2CD721;
}
.TagClassName
{
border-color: #2CD721;
}
</style>