Shades of Lime Green #2CD543
Tints of Lime Green #2CD543
RGB
CMYK
RGB Variations
Color information
#2CD543 (or 0x2CD543) is known color: Lime Green. HEX triplet: 2C, D5 and 43. RGB value is (44,213,67). Sum of RGB (Red+Green+Blue) = 44+213+67=324 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.58% from 324); Green value is 213 (83.59% from 255 or 65.74% from 324); Blue value is 67 (26.56% from 255 or 20.68% from 324); Max value from RGB is 213 - color contains mainly: green. Hex color #2CD543 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD543 is #D32ABC. Grayscale: #929292. Windows color (decimal): -13839037 or 4445484. OLE color: 4445484.
HSL color Cylindrical-coordinate representation of color #2CD543: hue angle of 128.17º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CD543 is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 44 | 213 | 67 | - |
| CMYK | 0.79 | 0 | 0.69 | 0.16 |
| HSL | 128.17º | 0.67% | 0.5% | - |
| HSV(B) | 128.17º | 0.79% | 0.84% | - |
| XYZ | 25.85 | 48.53 | 13.32 | - |
| YUV | 145.83 | 83.51 | 55.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 213 | 67 | 0.79 | 0 | 0.69 | 0.16 | 128.17 | 0.67 | 0.5 |
| Hex | 2C | D5 | 43 | 4F | 0 | 45 | 10 | 80 | 43 | 32 |
| Octal | 54 | 325 | 103 | 117 | 0 | 105 | 20 | 200 | 103 | 62 |
| Binary | 101100 | 11010101 | 1000011 | 1001111 | 0 | 1000101 | 10000 | 10000000 | 1000011 | 110010 |
Color Harmonies of #2CD543
Complementary color
Monochromatic Colors of #2CD543
Black with #2CD543
Text Example
Text Example
White with #2CD543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD543; }
p { color: rgb(44,213,67); }
H1.HeaderClassName
{
color: #2CD543;
}
.AnyTagClassName
{
color: #2CD543;
}
</style>
background-color css
<style>
a { background-color: #2CD543; }
a { background-color: rgb(44,213,67); }
div.DivClassName
{
background-color: #2CD543;
}
.BgClassName
{
background-color: #2CD543;
}
</style>
border-color css
<style>
span { border-color: #2CD543; }
span { border-color: rgb(44,213,67); }
td.TdClassName
{
border-color: #2CD543;
}
.TagClassName
{
border-color: #2CD543;
}
</style>