Shades of Lime Green #2CD542
Tints of Lime Green #2CD542
RGB
CMYK
RGB Variations
Color information
#2CD542 (or 0x2CD542) is known color: Lime Green. HEX triplet: 2C, D5 and 42. RGB value is (44,213,66). Sum of RGB (Red+Green+Blue) = 44+213+66=323 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.62% from 323); Green value is 213 (83.59% from 255 or 65.94% from 323); Blue value is 66 (26.17% from 255 or 20.43% from 323); Max value from RGB is 213 - color contains mainly: green. Hex color #2CD542 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD542 is #D32ABD. Grayscale: #929292. Windows color (decimal): -13839038 or 4379948. OLE color: 4379948.
HSL color Cylindrical-coordinate representation of color #2CD542: hue angle of 127.81º 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 #2CD542 is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 44 | 213 | 66 | - |
| CMYK | 0.79 | 0 | 0.69 | 0.16 |
| HSL | 127.81º | 0.67% | 0.5% | - |
| HSV(B) | 127.81º | 0.79% | 0.84% | - |
| XYZ | 25.82 | 48.52 | 13.16 | - |
| YUV | 145.71 | 83.01 | 55.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 213 | 66 | 0.79 | 0 | 0.69 | 0.16 | 127.81 | 0.67 | 0.5 |
| Hex | 2C | D5 | 42 | 4F | 0 | 45 | 10 | 80 | 43 | 32 |
| Octal | 54 | 325 | 102 | 117 | 0 | 105 | 20 | 200 | 103 | 62 |
| Binary | 101100 | 11010101 | 1000010 | 1001111 | 0 | 1000101 | 10000 | 10000000 | 1000011 | 110010 |
Color Harmonies of #2CD542
Complementary color
Monochromatic Colors of #2CD542
Black with #2CD542
Text Example
Text Example
White with #2CD542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD542; }
p { color: rgb(44,213,66); }
H1.HeaderClassName
{
color: #2CD542;
}
.AnyTagClassName
{
color: #2CD542;
}
</style>
background-color css
<style>
a { background-color: #2CD542; }
a { background-color: rgb(44,213,66); }
div.DivClassName
{
background-color: #2CD542;
}
.BgClassName
{
background-color: #2CD542;
}
</style>
border-color css
<style>
span { border-color: #2CD542; }
span { border-color: rgb(44,213,66); }
td.TdClassName
{
border-color: #2CD542;
}
.TagClassName
{
border-color: #2CD542;
}
</style>