Shades of Lime Green #3CD74C
Tints of Lime Green #3CD74C
RGB
CMYK
RGB Variations
Color information
#3CD74C (or 0x3CD74C) is known color: Lime Green. HEX triplet: 3C, D7 and 4C. RGB value is (60,215,76). Sum of RGB (Red+Green+Blue) = 60+215+76=351 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.09% from 351); Green value is 215 (84.38% from 255 or 61.25% from 351); Blue value is 76 (30.08% from 255 or 21.65% from 351); Max value from RGB is 215 - color contains mainly: green. Hex color #3CD74C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CD74C is #C328B3. Grayscale: #999999. Windows color (decimal): -12789940 or 5035836. OLE color: 5035836.
HSL color Cylindrical-coordinate representation of color #3CD74C: hue angle of 126.19º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CD74C is Cyan = 0.72, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 60 | 215 | 76 | - |
| CMYK | 0.72 | 0 | 0.65 | 0.16 |
| HSL | 126.19º | 0.66% | 0.54% | - |
| HSV(B) | 126.19º | 0.72% | 0.84% | - |
| XYZ | 27.47 | 50.08 | 15.06 | - |
| YUV | 152.81 | 84.65 | 61.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 215 | 76 | 0.72 | 0 | 0.65 | 0.16 | 126.19 | 0.66 | 0.54 |
| Hex | 3C | D7 | 4C | 48 | 0 | 41 | 10 | 7E | 42 | 36 |
| Octal | 74 | 327 | 114 | 110 | 0 | 101 | 20 | 176 | 102 | 66 |
| Binary | 111100 | 11010111 | 1001100 | 1001000 | 0 | 1000001 | 10000 | 1111110 | 1000010 | 110110 |
Color Harmonies of #3CD74C
Complementary color
Monochromatic Colors of #3CD74C
Black with #3CD74C
Text Example
Text Example
White with #3CD74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CD74C; }
p { color: rgb(60,215,76); }
H1.HeaderClassName
{
color: #3CD74C;
}
.AnyTagClassName
{
color: #3CD74C;
}
</style>
background-color css
<style>
a { background-color: #3CD74C; }
a { background-color: rgb(60,215,76); }
div.DivClassName
{
background-color: #3CD74C;
}
.BgClassName
{
background-color: #3CD74C;
}
</style>
border-color css
<style>
span { border-color: #3CD74C; }
span { border-color: rgb(60,215,76); }
td.TdClassName
{
border-color: #3CD74C;
}
.TagClassName
{
border-color: #3CD74C;
}
</style>