Shades of Lime Green #3CD44C
Tints of Lime Green #3CD44C
RGB
CMYK
RGB Variations
Color information
#3CD44C (or 0x3CD44C) is known color: Lime Green. HEX triplet: 3C, D4 and 4C. RGB value is (60,212,76). Sum of RGB (Red+Green+Blue) = 60+212+76=348 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.24% from 348); Green value is 212 (83.20% from 255 or 60.92% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 212 - color contains mainly: green. Hex color #3CD44C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CD44C is #C32BB3. Grayscale: #979797. Windows color (decimal): -12790708 or 5035068. OLE color: 5035068.
HSL color Cylindrical-coordinate representation of color #3CD44C: hue angle of 126.32º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CD44C is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 60 | 212 | 76 | - |
| CMYK | 0.72 | 0 | 0.64 | 0.17 |
| HSL | 126.32º | 0.64% | 0.53% | - |
| HSV(B) | 126.32º | 0.72% | 0.83% | - |
| XYZ | 26.71 | 48.57 | 14.8 | - |
| YUV | 151.05 | 85.64 | 63.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 212 | 76 | 0.72 | 0 | 0.64 | 0.17 | 126.32 | 0.64 | 0.53 |
| Hex | 3C | D4 | 4C | 48 | 0 | 40 | 11 | 7E | 40 | 35 |
| Octal | 74 | 324 | 114 | 110 | 0 | 100 | 21 | 176 | 100 | 65 |
| Binary | 111100 | 11010100 | 1001100 | 1001000 | 0 | 1000000 | 10001 | 1111110 | 1000000 | 110101 |
Color Harmonies of #3CD44C
Complementary color
Monochromatic Colors of #3CD44C
Black with #3CD44C
Text Example
Text Example
White with #3CD44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CD44C; }
p { color: rgb(60,212,76); }
H1.HeaderClassName
{
color: #3CD44C;
}
.AnyTagClassName
{
color: #3CD44C;
}
</style>
background-color css
<style>
a { background-color: #3CD44C; }
a { background-color: rgb(60,212,76); }
div.DivClassName
{
background-color: #3CD44C;
}
.BgClassName
{
background-color: #3CD44C;
}
</style>
border-color css
<style>
span { border-color: #3CD44C; }
span { border-color: rgb(60,212,76); }
td.TdClassName
{
border-color: #3CD44C;
}
.TagClassName
{
border-color: #3CD44C;
}
</style>