Shades of Lime Green #3CEC4E
Tints of Lime Green #3CEC4E
RGB
CMYK
RGB Variations
Color information
#3CEC4E (or 0x3CEC4E) is known color: Lime Green. HEX triplet: 3C, EC and 4E. RGB value is (60,236,78). Sum of RGB (Red+Green+Blue) = 60+236+78=374 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.04% from 374); Green value is 236 (92.58% from 255 or 63.10% from 374); Blue value is 78 (30.86% from 255 or 20.86% from 374); Max value from RGB is 236 - color contains mainly: green. Hex color #3CEC4E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CEC4E is #C313B1. Grayscale: #A5A5A5. Windows color (decimal): -12784562 or 5172284. OLE color: 5172284.
HSL color Cylindrical-coordinate representation of color #3CEC4E: hue angle of 126.14º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CEC4E is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 236 | 78 | - |
| CMYK | 0.75 | 0 | 0.67 | 0.07 |
| HSL | 126.14º | 0.82% | 0.58% | - |
| HSV(B) | 126.14º | 0.75% | 0.93% | - |
| XYZ | 33.23 | 61.5 | 17.33 | - |
| YUV | 165.36 | 78.69 | 52.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 236 | 78 | 0.75 | 0 | 0.67 | 0.07 | 126.14 | 0.82 | 0.58 |
| Hex | 3C | EC | 4E | 4B | 0 | 43 | 7 | 7E | 52 | 3A |
| Octal | 74 | 354 | 116 | 113 | 0 | 103 | 7 | 176 | 122 | 72 |
| Binary | 111100 | 11101100 | 1001110 | 1001011 | 0 | 1000011 | 111 | 1111110 | 1010010 | 111010 |
Color Harmonies of #3CEC4E
Complementary color
Monochromatic Colors of #3CEC4E
Black with #3CEC4E
Text Example
Text Example
White with #3CEC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEC4E; }
p { color: rgb(60,236,78); }
H1.HeaderClassName
{
color: #3CEC4E;
}
.AnyTagClassName
{
color: #3CEC4E;
}
</style>
background-color css
<style>
a { background-color: #3CEC4E; }
a { background-color: rgb(60,236,78); }
div.DivClassName
{
background-color: #3CEC4E;
}
.BgClassName
{
background-color: #3CEC4E;
}
</style>
border-color css
<style>
span { border-color: #3CEC4E; }
span { border-color: rgb(60,236,78); }
td.TdClassName
{
border-color: #3CEC4E;
}
.TagClassName
{
border-color: #3CEC4E;
}
</style>