Shades of Lime Green #3CEC33
Tints of Lime Green #3CEC33
RGB
CMYK
RGB Variations
Color information
#3CEC33 (or 0x3CEC33) is known color: Lime Green. HEX triplet: 3C, EC and 33. RGB value is (60,236,51). Sum of RGB (Red+Green+Blue) = 60+236+51=347 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.29% from 347); Green value is 236 (92.58% from 255 or 68.01% from 347); Blue value is 51 (20.31% from 255 or 14.70% from 347); Max value from RGB is 236 - color contains mainly: green. Hex color #3CEC33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CEC33 is #C313CC. Grayscale: #A2A2A2. Windows color (decimal): -12784589 or 3402812. OLE color: 3402812.
HSL color Cylindrical-coordinate representation of color #3CEC33: hue angle of 117.08º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3CEC33 is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 236 | 51 | - |
| CMYK | 0.75 | 0 | 0.78 | 0.07 |
| HSL | 117.08º | 0.83% | 0.56% | - |
| HSV(B) | 117.08º | 0.78% | 0.93% | - |
| XYZ | 32.46 | 61.19 | 13.23 | - |
| YUV | 162.29 | 65.19 | 55.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 236 | 51 | 0.75 | 0 | 0.78 | 0.07 | 117.08 | 0.83 | 0.56 |
| Hex | 3C | EC | 33 | 4B | 0 | 4E | 7 | 75 | 53 | 38 |
| Octal | 74 | 354 | 63 | 113 | 0 | 116 | 7 | 165 | 123 | 70 |
| Binary | 111100 | 11101100 | 110011 | 1001011 | 0 | 1001110 | 111 | 1110101 | 1010011 | 111000 |
Color Harmonies of #3CEC33
Complementary color
Monochromatic Colors of #3CEC33
Black with #3CEC33
Text Example
Text Example
White with #3CEC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEC33; }
p { color: rgb(60,236,51); }
H1.HeaderClassName
{
color: #3CEC33;
}
.AnyTagClassName
{
color: #3CEC33;
}
</style>
background-color css
<style>
a { background-color: #3CEC33; }
a { background-color: rgb(60,236,51); }
div.DivClassName
{
background-color: #3CEC33;
}
.BgClassName
{
background-color: #3CEC33;
}
</style>
border-color css
<style>
span { border-color: #3CEC33; }
span { border-color: rgb(60,236,51); }
td.TdClassName
{
border-color: #3CEC33;
}
.TagClassName
{
border-color: #3CEC33;
}
</style>