Shades of Lime Green #2CD743
Tints of Lime Green #2CD743
RGB
CMYK
RGB Variations
Color information
#2CD743 (or 0x2CD743) is known color: Lime Green. HEX triplet: 2C, D7 and 43. RGB value is (44,215,67). Sum of RGB (Red+Green+Blue) = 44+215+67=326 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.50% from 326); Green value is 215 (84.38% from 255 or 65.95% from 326); Blue value is 67 (26.56% from 255 or 20.55% from 326); Max value from RGB is 215 - color contains mainly: green. Hex color #2CD743 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD743 is #D328BC. Grayscale: #939393. Windows color (decimal): -13838525 or 4445996. OLE color: 4445996.
HSL color Cylindrical-coordinate representation of color #2CD743: hue angle of 128.07º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CD743 is Cyan = 0.80, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 44 | 215 | 67 | - |
| CMYK | 0.80 | 0 | 0.69 | 0.16 |
| HSL | 128.07º | 0.68% | 0.51% | - |
| HSV(B) | 128.07º | 0.8% | 0.84% | - |
| XYZ | 26.35 | 49.54 | 13.48 | - |
| YUV | 147 | 82.85 | 54.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 215 | 67 | 0.80 | 0 | 0.69 | 0.16 | 128.07 | 0.68 | 0.51 |
| Hex | 2C | D7 | 43 | 50 | 0 | 45 | 10 | 80 | 44 | 33 |
| Octal | 54 | 327 | 103 | 120 | 0 | 105 | 20 | 200 | 104 | 63 |
| Binary | 101100 | 11010111 | 1000011 | 1010000 | 0 | 1000101 | 10000 | 10000000 | 1000100 | 110011 |
Color Harmonies of #2CD743
Complementary color
Monochromatic Colors of #2CD743
Black with #2CD743
Text Example
Text Example
White with #2CD743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD743; }
p { color: rgb(44,215,67); }
H1.HeaderClassName
{
color: #2CD743;
}
.AnyTagClassName
{
color: #2CD743;
}
</style>
background-color css
<style>
a { background-color: #2CD743; }
a { background-color: rgb(44,215,67); }
div.DivClassName
{
background-color: #2CD743;
}
.BgClassName
{
background-color: #2CD743;
}
</style>
border-color css
<style>
span { border-color: #2CD743; }
span { border-color: rgb(44,215,67); }
td.TdClassName
{
border-color: #2CD743;
}
.TagClassName
{
border-color: #2CD743;
}
</style>