Shades of Lime Green #3CDA4C
Tints of Lime Green #3CDA4C
RGB
CMYK
RGB Variations
Color information
#3CDA4C (or 0x3CDA4C) is known color: Lime Green. HEX triplet: 3C, DA and 4C. RGB value is (60,218,76). Sum of RGB (Red+Green+Blue) = 60+218+76=354 (46% of max value = 765). Red value is 60 (23.83% from 255 or 16.95% from 354); Green value is 218 (85.55% from 255 or 61.58% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 218 - color contains mainly: green. Hex color #3CDA4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDA4C is #C325B3. Grayscale: #9A9A9A. Windows color (decimal): -12789172 or 5036604. OLE color: 5036604.
HSL color Cylindrical-coordinate representation of color #3CDA4C: hue angle of 126.08º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CDA4C is Cyan = 0.72, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 218 | 76 | - |
| CMYK | 0.72 | 0 | 0.65 | 0.15 |
| HSL | 126.08º | 0.68% | 0.55% | - |
| HSV(B) | 126.08º | 0.72% | 0.85% | - |
| XYZ | 28.24 | 51.63 | 15.31 | - |
| YUV | 154.57 | 83.65 | 60.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 218 | 76 | 0.72 | 0 | 0.65 | 0.15 | 126.08 | 0.68 | 0.55 |
| Hex | 3C | DA | 4C | 48 | 0 | 41 | F | 7E | 44 | 37 |
| Octal | 74 | 332 | 114 | 110 | 0 | 101 | 17 | 176 | 104 | 67 |
| Binary | 111100 | 11011010 | 1001100 | 1001000 | 0 | 1000001 | 1111 | 1111110 | 1000100 | 110111 |
Color Harmonies of #3CDA4C
Complementary color
Monochromatic Colors of #3CDA4C
Black with #3CDA4C
Text Example
Text Example
White with #3CDA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDA4C; }
p { color: rgb(60,218,76); }
H1.HeaderClassName
{
color: #3CDA4C;
}
.AnyTagClassName
{
color: #3CDA4C;
}
</style>
background-color css
<style>
a { background-color: #3CDA4C; }
a { background-color: rgb(60,218,76); }
div.DivClassName
{
background-color: #3CDA4C;
}
.BgClassName
{
background-color: #3CDA4C;
}
</style>
border-color css
<style>
span { border-color: #3CDA4C; }
span { border-color: rgb(60,218,76); }
td.TdClassName
{
border-color: #3CDA4C;
}
.TagClassName
{
border-color: #3CDA4C;
}
</style>