Shades of Lime Green #3CD24C
Tints of Lime Green #3CD24C
RGB
CMYK
RGB Variations
Color information
#3CD24C (or 0x3CD24C) is known color: Lime Green. HEX triplet: 3C, D2 and 4C. RGB value is (60,210,76). Sum of RGB (Red+Green+Blue) = 60+210+76=346 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.34% from 346); Green value is 210 (82.42% from 255 or 60.69% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 210 - color contains mainly: green. Hex color #3CD24C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CD24C is #C32DB3. Grayscale: #969696. Windows color (decimal): -12791220 or 5034556. OLE color: 5034556.
HSL color Cylindrical-coordinate representation of color #3CD24C: hue angle of 126.4º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CD24C is Cyan = 0.71, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 60 | 210 | 76 | - |
| CMYK | 0.71 | 0 | 0.64 | 0.18 |
| HSL | 126.4º | 0.63% | 0.53% | - |
| HSV(B) | 126.4º | 0.71% | 0.82% | - |
| XYZ | 26.21 | 47.58 | 14.64 | - |
| YUV | 149.87 | 86.31 | 63.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 210 | 76 | 0.71 | 0 | 0.64 | 0.18 | 126.4 | 0.63 | 0.53 |
| Hex | 3C | D2 | 4C | 47 | 0 | 40 | 12 | 7E | 3E | 35 |
| Octal | 74 | 322 | 114 | 107 | 0 | 100 | 22 | 176 | 76 | 65 |
| Binary | 111100 | 11010010 | 1001100 | 1000111 | 0 | 1000000 | 10010 | 1111110 | 111110 | 110101 |
Color Harmonies of #3CD24C
Complementary color
Monochromatic Colors of #3CD24C
Black with #3CD24C
Text Example
Text Example
White with #3CD24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CD24C; }
p { color: rgb(60,210,76); }
H1.HeaderClassName
{
color: #3CD24C;
}
.AnyTagClassName
{
color: #3CD24C;
}
</style>
background-color css
<style>
a { background-color: #3CD24C; }
a { background-color: rgb(60,210,76); }
div.DivClassName
{
background-color: #3CD24C;
}
.BgClassName
{
background-color: #3CD24C;
}
</style>
border-color css
<style>
span { border-color: #3CD24C; }
span { border-color: rgb(60,210,76); }
td.TdClassName
{
border-color: #3CD24C;
}
.TagClassName
{
border-color: #3CD24C;
}
</style>