Shades of Lime Green #2CD537
Tints of Lime Green #2CD537
RGB
CMYK
RGB Variations
Color information
#2CD537 (or 0x2CD537) is known color: Lime Green. HEX triplet: 2C, D5 and 37. RGB value is (44,213,55). Sum of RGB (Red+Green+Blue) = 44+213+55=312 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.10% from 312); Green value is 213 (83.59% from 255 or 68.27% from 312); Blue value is 55 (21.88% from 255 or 17.63% from 312); Max value from RGB is 213 - color contains mainly: green. Hex color #2CD537 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD537 is #D32AC8. Grayscale: #909090. Windows color (decimal): -13839049 or 3659052. OLE color: 3659052.
HSL color Cylindrical-coordinate representation of color #2CD537: hue angle of 123.91º 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 #2CD537 is Cyan = 0.79, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 44 | 213 | 55 | - |
| CMYK | 0.79 | 0 | 0.74 | 0.16 |
| HSL | 123.91º | 0.67% | 0.5% | - |
| HSV(B) | 123.91º | 0.79% | 0.84% | - |
| XYZ | 25.52 | 48.4 | 11.61 | - |
| YUV | 144.46 | 77.51 | 56.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 213 | 55 | 0.79 | 0 | 0.74 | 0.16 | 123.91 | 0.67 | 0.5 |
| Hex | 2C | D5 | 37 | 4F | 0 | 4A | 10 | 7C | 43 | 32 |
| Octal | 54 | 325 | 67 | 117 | 0 | 112 | 20 | 174 | 103 | 62 |
| Binary | 101100 | 11010101 | 110111 | 1001111 | 0 | 1001010 | 10000 | 1111100 | 1000011 | 110010 |
Color Harmonies of #2CD537
Complementary color
Monochromatic Colors of #2CD537
Black with #2CD537
Text Example
Text Example
White with #2CD537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD537; }
p { color: rgb(44,213,55); }
H1.HeaderClassName
{
color: #2CD537;
}
.AnyTagClassName
{
color: #2CD537;
}
</style>
background-color css
<style>
a { background-color: #2CD537; }
a { background-color: rgb(44,213,55); }
div.DivClassName
{
background-color: #2CD537;
}
.BgClassName
{
background-color: #2CD537;
}
</style>
border-color css
<style>
span { border-color: #2CD537; }
span { border-color: rgb(44,213,55); }
td.TdClassName
{
border-color: #2CD537;
}
.TagClassName
{
border-color: #2CD537;
}
</style>