Shades of Lime Green #3CDA3F
Tints of Lime Green #3CDA3F
RGB
CMYK
RGB Variations
Color information
#3CDA3F (or 0x3CDA3F) is known color: Lime Green. HEX triplet: 3C, DA and 3F. RGB value is (60,218,63). Sum of RGB (Red+Green+Blue) = 60+218+63=341 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.60% from 341); Green value is 218 (85.55% from 255 or 63.93% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 218 - color contains mainly: green. Hex color #3CDA3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDA3F is #C325C0. Grayscale: #999999. Windows color (decimal): -12789185 or 4184636. OLE color: 4184636.
HSL color Cylindrical-coordinate representation of color #3CDA3F: hue angle of 121.14º 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 #3CDA3F is Cyan = 0.72, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 218 | 63 | - |
| CMYK | 0.72 | 0 | 0.71 | 0.15 |
| HSL | 121.14º | 0.68% | 0.55% | - |
| HSV(B) | 121.14º | 0.72% | 0.85% | - |
| XYZ | 27.83 | 51.46 | 13.17 | - |
| YUV | 153.09 | 77.15 | 61.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 218 | 63 | 0.72 | 0 | 0.71 | 0.15 | 121.14 | 0.68 | 0.55 |
| Hex | 3C | DA | 3F | 48 | 0 | 47 | F | 79 | 44 | 37 |
| Octal | 74 | 332 | 77 | 110 | 0 | 107 | 17 | 171 | 104 | 67 |
| Binary | 111100 | 11011010 | 111111 | 1001000 | 0 | 1000111 | 1111 | 1111001 | 1000100 | 110111 |
Color Harmonies of #3CDA3F
Complementary color
Monochromatic Colors of #3CDA3F
Black with #3CDA3F
Text Example
Text Example
White with #3CDA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDA3F; }
p { color: rgb(60,218,63); }
H1.HeaderClassName
{
color: #3CDA3F;
}
.AnyTagClassName
{
color: #3CDA3F;
}
</style>
background-color css
<style>
a { background-color: #3CDA3F; }
a { background-color: rgb(60,218,63); }
div.DivClassName
{
background-color: #3CDA3F;
}
.BgClassName
{
background-color: #3CDA3F;
}
</style>
border-color css
<style>
span { border-color: #3CDA3F; }
span { border-color: rgb(60,218,63); }
td.TdClassName
{
border-color: #3CDA3F;
}
.TagClassName
{
border-color: #3CDA3F;
}
</style>