Shades of Lime Green #3CDA4F
Tints of Lime Green #3CDA4F
RGB
CMYK
RGB Variations
Color information
#3CDA4F (or 0x3CDA4F) is known color: Lime Green. HEX triplet: 3C, DA and 4F. RGB value is (60,218,79). Sum of RGB (Red+Green+Blue) = 60+218+79=357 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.81% from 357); Green value is 218 (85.55% from 255 or 61.06% from 357); Blue value is 79 (31.25% from 255 or 22.13% from 357); Max value from RGB is 218 - color contains mainly: green. Hex color #3CDA4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDA4F is #C325B0. Grayscale: #9B9B9B. Windows color (decimal): -12789169 or 5233212. OLE color: 5233212.
HSL color Cylindrical-coordinate representation of color #3CDA4F: hue angle of 127.22º 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 #3CDA4F is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 218 | 79 | - |
| CMYK | 0.72 | 0 | 0.64 | 0.15 |
| HSL | 127.22º | 0.68% | 0.55% | - |
| HSV(B) | 127.22º | 0.72% | 0.85% | - |
| XYZ | 28.35 | 51.67 | 15.88 | - |
| YUV | 154.91 | 85.15 | 60.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 218 | 79 | 0.72 | 0 | 0.64 | 0.15 | 127.22 | 0.68 | 0.55 |
| Hex | 3C | DA | 4F | 48 | 0 | 40 | F | 7F | 44 | 37 |
| Octal | 74 | 332 | 117 | 110 | 0 | 100 | 17 | 177 | 104 | 67 |
| Binary | 111100 | 11011010 | 1001111 | 1001000 | 0 | 1000000 | 1111 | 1111111 | 1000100 | 110111 |
Color Harmonies of #3CDA4F
Complementary color
Monochromatic Colors of #3CDA4F
Black with #3CDA4F
Text Example
Text Example
White with #3CDA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDA4F; }
p { color: rgb(60,218,79); }
H1.HeaderClassName
{
color: #3CDA4F;
}
.AnyTagClassName
{
color: #3CDA4F;
}
</style>
background-color css
<style>
a { background-color: #3CDA4F; }
a { background-color: rgb(60,218,79); }
div.DivClassName
{
background-color: #3CDA4F;
}
.BgClassName
{
background-color: #3CDA4F;
}
</style>
border-color css
<style>
span { border-color: #3CDA4F; }
span { border-color: rgb(60,218,79); }
td.TdClassName
{
border-color: #3CDA4F;
}
.TagClassName
{
border-color: #3CDA4F;
}
</style>