Shades of Lime Green #2CD04D
Tints of Lime Green #2CD04D
RGB
CMYK
RGB Variations
Color information
#2CD04D (or 0x2CD04D) is known color: Lime Green. HEX triplet: 2C, D0 and 4D. RGB value is (44,208,77). Sum of RGB (Red+Green+Blue) = 44+208+77=329 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.37% from 329); Green value is 208 (81.64% from 255 or 63.22% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 208 - color contains mainly: green. Hex color #2CD04D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CD04D is #D32FB2. Grayscale: #909090. Windows color (decimal): -13840307 or 5099564. OLE color: 5099564.
HSL color Cylindrical-coordinate representation of color #2CD04D: hue angle of 132.07º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CD04D is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 44 | 208 | 77 | - |
| CMYK | 0.79 | 0 | 0.63 | 0.18 |
| HSL | 132.07º | 0.65% | 0.49% | - |
| HSV(B) | 132.07º | 0.79% | 0.82% | - |
| XYZ | 24.93 | 46.18 | 14.62 | - |
| YUV | 144.03 | 90.17 | 56.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 208 | 77 | 0.79 | 0 | 0.63 | 0.18 | 132.07 | 0.65 | 0.49 |
| Hex | 2C | D0 | 4D | 4F | 0 | 3F | 12 | 84 | 41 | 31 |
| Octal | 54 | 320 | 115 | 117 | 0 | 77 | 22 | 204 | 101 | 61 |
| Binary | 101100 | 11010000 | 1001101 | 1001111 | 0 | 111111 | 10010 | 10000100 | 1000001 | 110001 |
Color Harmonies of #2CD04D
Complementary color
Monochromatic Colors of #2CD04D
Black with #2CD04D
Text Example
Text Example
White with #2CD04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD04D; }
p { color: rgb(44,208,77); }
H1.HeaderClassName
{
color: #2CD04D;
}
.AnyTagClassName
{
color: #2CD04D;
}
</style>
background-color css
<style>
a { background-color: #2CD04D; }
a { background-color: rgb(44,208,77); }
div.DivClassName
{
background-color: #2CD04D;
}
.BgClassName
{
background-color: #2CD04D;
}
</style>
border-color css
<style>
span { border-color: #2CD04D; }
span { border-color: rgb(44,208,77); }
td.TdClassName
{
border-color: #2CD04D;
}
.TagClassName
{
border-color: #2CD04D;
}
</style>