Shades of Lime Green #3CEC3B
Tints of Lime Green #3CEC3B
RGB
CMYK
RGB Variations
Color information
#3CEC3B (or 0x3CEC3B) is known color: Lime Green. HEX triplet: 3C, EC and 3B. RGB value is (60,236,59). Sum of RGB (Red+Green+Blue) = 60+236+59=355 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.90% from 355); Green value is 236 (92.58% from 255 or 66.48% from 355); Blue value is 59 (23.44% from 255 or 16.62% from 355); Max value from RGB is 236 - color contains mainly: green. Hex color #3CEC3B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CEC3B is #C313C4. Grayscale: #A3A3A3. Windows color (decimal): -12784581 or 3927100. OLE color: 3927100.
HSL color Cylindrical-coordinate representation of color #3CEC3B: hue angle of 119.66º 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 #3CEC3B is Cyan = 0.75, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 236 | 59 | - |
| CMYK | 0.75 | 0 | 0.75 | 0.07 |
| HSL | 119.66º | 0.82% | 0.58% | - |
| HSV(B) | 119.66º | 0.75% | 0.93% | - |
| XYZ | 32.65 | 61.27 | 14.24 | - |
| YUV | 163.2 | 69.19 | 54.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 236 | 59 | 0.75 | 0 | 0.75 | 0.07 | 119.66 | 0.82 | 0.58 |
| Hex | 3C | EC | 3B | 4B | 0 | 4B | 7 | 78 | 52 | 3A |
| Octal | 74 | 354 | 73 | 113 | 0 | 113 | 7 | 170 | 122 | 72 |
| Binary | 111100 | 11101100 | 111011 | 1001011 | 0 | 1001011 | 111 | 1111000 | 1010010 | 111010 |
Color Harmonies of #3CEC3B
Complementary color
Monochromatic Colors of #3CEC3B
Black with #3CEC3B
Text Example
Text Example
White with #3CEC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEC3B; }
p { color: rgb(60,236,59); }
H1.HeaderClassName
{
color: #3CEC3B;
}
.AnyTagClassName
{
color: #3CEC3B;
}
</style>
background-color css
<style>
a { background-color: #3CEC3B; }
a { background-color: rgb(60,236,59); }
div.DivClassName
{
background-color: #3CEC3B;
}
.BgClassName
{
background-color: #3CEC3B;
}
</style>
border-color css
<style>
span { border-color: #3CEC3B; }
span { border-color: rgb(60,236,59); }
td.TdClassName
{
border-color: #3CEC3B;
}
.TagClassName
{
border-color: #3CEC3B;
}
</style>