Shades of Lime Green #3CDA46
Tints of Lime Green #3CDA46
RGB
CMYK
RGB Variations
Color information
#3CDA46 (or 0x3CDA46) is known color: Lime Green. HEX triplet: 3C, DA and 46. RGB value is (60,218,70). Sum of RGB (Red+Green+Blue) = 60+218+70=348 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.24% from 348); Green value is 218 (85.55% from 255 or 62.64% from 348); Blue value is 70 (27.73% from 255 or 20.11% from 348); Max value from RGB is 218 - color contains mainly: green. Hex color #3CDA46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDA46 is #C325B9. Grayscale: #9A9A9A. Windows color (decimal): -12789178 or 4643388. OLE color: 4643388.
HSL color Cylindrical-coordinate representation of color #3CDA46: hue angle of 123.8º 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 #3CDA46 is Cyan = 0.72, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 218 | 70 | - |
| CMYK | 0.72 | 0 | 0.68 | 0.15 |
| HSL | 123.8º | 0.68% | 0.55% | - |
| HSV(B) | 123.8º | 0.72% | 0.85% | - |
| XYZ | 28.04 | 51.55 | 14.27 | - |
| YUV | 153.89 | 80.65 | 61.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 218 | 70 | 0.72 | 0 | 0.68 | 0.15 | 123.8 | 0.68 | 0.55 |
| Hex | 3C | DA | 46 | 48 | 0 | 44 | F | 7C | 44 | 37 |
| Octal | 74 | 332 | 106 | 110 | 0 | 104 | 17 | 174 | 104 | 67 |
| Binary | 111100 | 11011010 | 1000110 | 1001000 | 0 | 1000100 | 1111 | 1111100 | 1000100 | 110111 |
Color Harmonies of #3CDA46
Complementary color
Monochromatic Colors of #3CDA46
Black with #3CDA46
Text Example
Text Example
White with #3CDA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDA46; }
p { color: rgb(60,218,70); }
H1.HeaderClassName
{
color: #3CDA46;
}
.AnyTagClassName
{
color: #3CDA46;
}
</style>
background-color css
<style>
a { background-color: #3CDA46; }
a { background-color: rgb(60,218,70); }
div.DivClassName
{
background-color: #3CDA46;
}
.BgClassName
{
background-color: #3CDA46;
}
</style>
border-color css
<style>
span { border-color: #3CDA46; }
span { border-color: rgb(60,218,70); }
td.TdClassName
{
border-color: #3CDA46;
}
.TagClassName
{
border-color: #3CDA46;
}
</style>