Shades of Lime Green #3CEC46
Tints of Lime Green #3CEC46
RGB
CMYK
RGB Variations
Color information
#3CEC46 (or 0x3CEC46) is known color: Lime Green. HEX triplet: 3C, EC and 46. RGB value is (60,236,70). Sum of RGB (Red+Green+Blue) = 60+236+70=366 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.39% from 366); Green value is 236 (92.58% from 255 or 64.48% from 366); Blue value is 70 (27.73% from 255 or 19.13% from 366); Max value from RGB is 236 - color contains mainly: green. Hex color #3CEC46 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CEC46 is #C313B9. Grayscale: #A4A4A4. Windows color (decimal): -12784570 or 4647996. OLE color: 4647996.
HSL color Cylindrical-coordinate representation of color #3CEC46: hue angle of 123.41º 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 #3CEC46 is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 236 | 70 | - |
| CMYK | 0.75 | 0 | 0.70 | 0.07 |
| HSL | 123.41º | 0.82% | 0.58% | - |
| HSV(B) | 123.41º | 0.75% | 0.93% | - |
| XYZ | 32.96 | 61.39 | 15.91 | - |
| YUV | 164.45 | 74.69 | 53.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 236 | 70 | 0.75 | 0 | 0.70 | 0.07 | 123.41 | 0.82 | 0.58 |
| Hex | 3C | EC | 46 | 4B | 0 | 46 | 7 | 7B | 52 | 3A |
| Octal | 74 | 354 | 106 | 113 | 0 | 106 | 7 | 173 | 122 | 72 |
| Binary | 111100 | 11101100 | 1000110 | 1001011 | 0 | 1000110 | 111 | 1111011 | 1010010 | 111010 |
Color Harmonies of #3CEC46
Complementary color
Monochromatic Colors of #3CEC46
Black with #3CEC46
Text Example
Text Example
White with #3CEC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEC46; }
p { color: rgb(60,236,70); }
H1.HeaderClassName
{
color: #3CEC46;
}
.AnyTagClassName
{
color: #3CEC46;
}
</style>
background-color css
<style>
a { background-color: #3CEC46; }
a { background-color: rgb(60,236,70); }
div.DivClassName
{
background-color: #3CEC46;
}
.BgClassName
{
background-color: #3CEC46;
}
</style>
border-color css
<style>
span { border-color: #3CEC46; }
span { border-color: rgb(60,236,70); }
td.TdClassName
{
border-color: #3CEC46;
}
.TagClassName
{
border-color: #3CEC46;
}
</style>