Shades of Lime Green #2CD524
Tints of Lime Green #2CD524
RGB
CMYK
RGB Variations
Color information
#2CD524 (or 0x2CD524) is known color: Lime Green. HEX triplet: 2C, D5 and 24. RGB value is (44,213,36). Sum of RGB (Red+Green+Blue) = 44+213+36=293 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.02% from 293); Green value is 213 (83.59% from 255 or 72.70% from 293); Blue value is 36 (14.45% from 255 or 12.29% from 293); Max value from RGB is 213 - color contains mainly: green. Hex color #2CD524 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD524 is #D32ADB. Grayscale: #8E8E8E. Windows color (decimal): -13839068 or 2413868. OLE color: 2413868.
HSL color Cylindrical-coordinate representation of color #2CD524: hue angle of 117.29º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CD524 is Cyan = 0.79, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 44 | 213 | 36 | - |
| CMYK | 0.79 | 0 | 0.83 | 0.16 |
| HSL | 117.29º | 0.71% | 0.49% | - |
| HSV(B) | 117.29º | 0.83% | 0.84% | - |
| XYZ | 25.15 | 48.25 | 9.66 | - |
| YUV | 142.29 | 68.01 | 57.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 213 | 36 | 0.79 | 0 | 0.83 | 0.16 | 117.29 | 0.71 | 0.49 |
| Hex | 2C | D5 | 24 | 4F | 0 | 53 | 10 | 75 | 47 | 31 |
| Octal | 54 | 325 | 44 | 117 | 0 | 123 | 20 | 165 | 107 | 61 |
| Binary | 101100 | 11010101 | 100100 | 1001111 | 0 | 1010011 | 10000 | 1110101 | 1000111 | 110001 |
Color Harmonies of #2CD524
Complementary color
Monochromatic Colors of #2CD524
Black with #2CD524
Text Example
Text Example
White with #2CD524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD524; }
p { color: rgb(44,213,36); }
H1.HeaderClassName
{
color: #2CD524;
}
.AnyTagClassName
{
color: #2CD524;
}
</style>
background-color css
<style>
a { background-color: #2CD524; }
a { background-color: rgb(44,213,36); }
div.DivClassName
{
background-color: #2CD524;
}
.BgClassName
{
background-color: #2CD524;
}
</style>
border-color css
<style>
span { border-color: #2CD524; }
span { border-color: rgb(44,213,36); }
td.TdClassName
{
border-color: #2CD524;
}
.TagClassName
{
border-color: #2CD524;
}
</style>