Shades of Lime Green #3CEC41
Tints of Lime Green #3CEC41
RGB
CMYK
RGB Variations
Color information
#3CEC41 (or 0x3CEC41) is known color: Lime Green. HEX triplet: 3C, EC and 41. RGB value is (60,236,65). Sum of RGB (Red+Green+Blue) = 60+236+65=361 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.62% from 361); Green value is 236 (92.58% from 255 or 65.37% from 361); Blue value is 65 (25.78% from 255 or 18.01% from 361); Max value from RGB is 236 - color contains mainly: green. Hex color #3CEC41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CEC41 is #C313BE. Grayscale: #A4A4A4. Windows color (decimal): -12784575 or 4320316. OLE color: 4320316.
HSL color Cylindrical-coordinate representation of color #3CEC41: hue angle of 121.7º 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 #3CEC41 is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 236 | 65 | - |
| CMYK | 0.75 | 0 | 0.72 | 0.07 |
| HSL | 121.7º | 0.82% | 0.58% | - |
| HSV(B) | 121.7º | 0.75% | 0.93% | - |
| XYZ | 32.81 | 61.33 | 15.11 | - |
| YUV | 163.88 | 72.19 | 53.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 236 | 65 | 0.75 | 0 | 0.72 | 0.07 | 121.7 | 0.82 | 0.58 |
| Hex | 3C | EC | 41 | 4B | 0 | 48 | 7 | 7A | 52 | 3A |
| Octal | 74 | 354 | 101 | 113 | 0 | 110 | 7 | 172 | 122 | 72 |
| Binary | 111100 | 11101100 | 1000001 | 1001011 | 0 | 1001000 | 111 | 1111010 | 1010010 | 111010 |
Color Harmonies of #3CEC41
Complementary color
Monochromatic Colors of #3CEC41
Black with #3CEC41
Text Example
Text Example
White with #3CEC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEC41; }
p { color: rgb(60,236,65); }
H1.HeaderClassName
{
color: #3CEC41;
}
.AnyTagClassName
{
color: #3CEC41;
}
</style>
background-color css
<style>
a { background-color: #3CEC41; }
a { background-color: rgb(60,236,65); }
div.DivClassName
{
background-color: #3CEC41;
}
.BgClassName
{
background-color: #3CEC41;
}
</style>
border-color css
<style>
span { border-color: #3CEC41; }
span { border-color: rgb(60,236,65); }
td.TdClassName
{
border-color: #3CEC41;
}
.TagClassName
{
border-color: #3CEC41;
}
</style>