Shades of Lime Green #2CD84D
Tints of Lime Green #2CD84D
RGB
CMYK
RGB Variations
Color information
#2CD84D (or 0x2CD84D) is known color: Lime Green. HEX triplet: 2C, D8 and 4D. RGB value is (44,216,77). Sum of RGB (Red+Green+Blue) = 44+216+77=337 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.06% from 337); Green value is 216 (84.77% from 255 or 64.09% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 216 - color contains mainly: green. Hex color #2CD84D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CD84D is #D327B2. Grayscale: #959595. Windows color (decimal): -13838259 or 5101612. OLE color: 5101612.
HSL color Cylindrical-coordinate representation of color #2CD84D: hue angle of 131.51º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CD84D is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 44 | 216 | 77 | - |
| CMYK | 0.80 | 0 | 0.64 | 0.15 |
| HSL | 131.51º | 0.69% | 0.51% | - |
| HSV(B) | 131.51º | 0.8% | 0.85% | - |
| XYZ | 26.93 | 50.18 | 15.29 | - |
| YUV | 148.73 | 87.52 | 53.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 216 | 77 | 0.80 | 0 | 0.64 | 0.15 | 131.51 | 0.69 | 0.51 |
| Hex | 2C | D8 | 4D | 50 | 0 | 40 | F | 84 | 45 | 33 |
| Octal | 54 | 330 | 115 | 120 | 0 | 100 | 17 | 204 | 105 | 63 |
| Binary | 101100 | 11011000 | 1001101 | 1010000 | 0 | 1000000 | 1111 | 10000100 | 1000101 | 110011 |
Color Harmonies of #2CD84D
Complementary color
Monochromatic Colors of #2CD84D
Black with #2CD84D
Text Example
Text Example
White with #2CD84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD84D; }
p { color: rgb(44,216,77); }
H1.HeaderClassName
{
color: #2CD84D;
}
.AnyTagClassName
{
color: #2CD84D;
}
</style>
background-color css
<style>
a { background-color: #2CD84D; }
a { background-color: rgb(44,216,77); }
div.DivClassName
{
background-color: #2CD84D;
}
.BgClassName
{
background-color: #2CD84D;
}
</style>
border-color css
<style>
span { border-color: #2CD84D; }
span { border-color: rgb(44,216,77); }
td.TdClassName
{
border-color: #2CD84D;
}
.TagClassName
{
border-color: #2CD84D;
}
</style>