Shades of Lime Green #3CBC39
Tints of Lime Green #3CBC39
RGB
CMYK
RGB Variations
Color information
#3CBC39 (or 0x3CBC39) is known color: Lime Green. HEX triplet: 3C, BC and 39. RGB value is (60,188,57). Sum of RGB (Red+Green+Blue) = 60+188+57=305 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.67% from 305); Green value is 188 (73.83% from 255 or 61.64% from 305); Blue value is 57 (22.66% from 255 or 18.69% from 305); Max value from RGB is 188 - color contains mainly: green. Hex color #3CBC39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBC39 is #C343C6. Grayscale: #878787. Windows color (decimal): -12796871 or 3783740. OLE color: 3783740.
HSL color Cylindrical-coordinate representation of color #3CBC39: hue angle of 118.63º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CBC39 is Cyan = 0.68, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 188 | 57 | - |
| CMYK | 0.68 | 0 | 0.70 | 0.26 |
| HSL | 118.63º | 0.53% | 0.48% | - |
| HSV(B) | 118.63º | 0.7% | 0.74% | - |
| XYZ | 20.59 | 37.22 | 9.97 | - |
| YUV | 134.79 | 84.09 | 74.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 188 | 57 | 0.68 | 0 | 0.70 | 0.26 | 118.63 | 0.53 | 0.48 |
| Hex | 3C | BC | 39 | 44 | 0 | 46 | 1A | 77 | 35 | 30 |
| Octal | 74 | 274 | 71 | 104 | 0 | 106 | 32 | 167 | 65 | 60 |
| Binary | 111100 | 10111100 | 111001 | 1000100 | 0 | 1000110 | 11010 | 1110111 | 110101 | 110000 |
Color Harmonies of #3CBC39
Complementary color
Monochromatic Colors of #3CBC39
Black with #3CBC39
Text Example
Text Example
White with #3CBC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBC39; }
p { color: rgb(60,188,57); }
H1.HeaderClassName
{
color: #3CBC39;
}
.AnyTagClassName
{
color: #3CBC39;
}
</style>
background-color css
<style>
a { background-color: #3CBC39; }
a { background-color: rgb(60,188,57); }
div.DivClassName
{
background-color: #3CBC39;
}
.BgClassName
{
background-color: #3CBC39;
}
</style>
border-color css
<style>
span { border-color: #3CBC39; }
span { border-color: rgb(60,188,57); }
td.TdClassName
{
border-color: #3CBC39;
}
.TagClassName
{
border-color: #3CBC39;
}
</style>