Shades of Lime Green #2CCD4C
Tints of Lime Green #2CCD4C
RGB
CMYK
RGB Variations
Color information
#2CCD4C (or 0x2CCD4C) is known color: Lime Green. HEX triplet: 2C, CD and 4C. RGB value is (44,205,76). Sum of RGB (Red+Green+Blue) = 44+205+76=325 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.54% from 325); Green value is 205 (80.47% from 255 or 63.08% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 205 - color contains mainly: green. Hex color #2CCD4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CCD4C is #D332B3. Grayscale: #8E8E8E. Windows color (decimal): -13841076 or 5033260. OLE color: 5033260.
HSL color Cylindrical-coordinate representation of color #2CCD4C: hue angle of 131.93º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CCD4C is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 44 | 205 | 76 | - |
| CMYK | 0.79 | 0 | 0.63 | 0.20 |
| HSL | 131.93º | 0.65% | 0.49% | - |
| HSV(B) | 131.93º | 0.79% | 0.8% | - |
| XYZ | 24.17 | 44.72 | 14.2 | - |
| YUV | 142.16 | 90.66 | 57.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 205 | 76 | 0.79 | 0 | 0.63 | 0.20 | 131.93 | 0.65 | 0.49 |
| Hex | 2C | CD | 4C | 4F | 0 | 3F | 14 | 84 | 41 | 31 |
| Octal | 54 | 315 | 114 | 117 | 0 | 77 | 24 | 204 | 101 | 61 |
| Binary | 101100 | 11001101 | 1001100 | 1001111 | 0 | 111111 | 10100 | 10000100 | 1000001 | 110001 |
Color Harmonies of #2CCD4C
Complementary color
Monochromatic Colors of #2CCD4C
Black with #2CCD4C
Text Example
Text Example
White with #2CCD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCD4C; }
p { color: rgb(44,205,76); }
H1.HeaderClassName
{
color: #2CCD4C;
}
.AnyTagClassName
{
color: #2CCD4C;
}
</style>
background-color css
<style>
a { background-color: #2CCD4C; }
a { background-color: rgb(44,205,76); }
div.DivClassName
{
background-color: #2CCD4C;
}
.BgClassName
{
background-color: #2CCD4C;
}
</style>
border-color css
<style>
span { border-color: #2CCD4C; }
span { border-color: rgb(44,205,76); }
td.TdClassName
{
border-color: #2CCD4C;
}
.TagClassName
{
border-color: #2CCD4C;
}
</style>