Shades of Lime Green #3CD524
Tints of Lime Green #3CD524
RGB
CMYK
RGB Variations
Color information
#3CD524 (or 0x3CD524) is known color: Lime Green. HEX triplet: 3C, D5 and 24. RGB value is (60,213,36). Sum of RGB (Red+Green+Blue) = 60+213+36=309 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.42% from 309); Green value is 213 (83.59% from 255 or 68.93% from 309); Blue value is 36 (14.45% from 255 or 11.65% from 309); Max value from RGB is 213 - color contains mainly: green. Hex color #3CD524 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CD524 is #C32ADB. Grayscale: #939393. Windows color (decimal): -12790492 or 2413884. OLE color: 2413884.
HSL color Cylindrical-coordinate representation of color #3CD524: hue angle of 111.86º 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 #3CD524 is Cyan = 0.72, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 60 | 213 | 36 | - |
| CMYK | 0.72 | 0 | 0.83 | 0.16 |
| HSL | 111.86º | 0.71% | 0.49% | - |
| HSV(B) | 111.86º | 0.83% | 0.84% | - |
| XYZ | 25.98 | 48.68 | 9.7 | - |
| YUV | 147.08 | 65.31 | 65.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 213 | 36 | 0.72 | 0 | 0.83 | 0.16 | 111.86 | 0.71 | 0.49 |
| Hex | 3C | D5 | 24 | 48 | 0 | 53 | 10 | 70 | 47 | 31 |
| Octal | 74 | 325 | 44 | 110 | 0 | 123 | 20 | 160 | 107 | 61 |
| Binary | 111100 | 11010101 | 100100 | 1001000 | 0 | 1010011 | 10000 | 1110000 | 1000111 | 110001 |
Color Harmonies of #3CD524
Complementary color
Monochromatic Colors of #3CD524
Black with #3CD524
Text Example
Text Example
White with #3CD524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CD524; }
p { color: rgb(60,213,36); }
H1.HeaderClassName
{
color: #3CD524;
}
.AnyTagClassName
{
color: #3CD524;
}
</style>
background-color css
<style>
a { background-color: #3CD524; }
a { background-color: rgb(60,213,36); }
div.DivClassName
{
background-color: #3CD524;
}
.BgClassName
{
background-color: #3CD524;
}
</style>
border-color css
<style>
span { border-color: #3CD524; }
span { border-color: rgb(60,213,36); }
td.TdClassName
{
border-color: #3CD524;
}
.TagClassName
{
border-color: #3CD524;
}
</style>