Shades of Lime Green #3CBC44
Tints of Lime Green #3CBC44
RGB
CMYK
RGB Variations
Color information
#3CBC44 (or 0x3CBC44) is known color: Lime Green. HEX triplet: 3C, BC and 44. RGB value is (60,188,68). Sum of RGB (Red+Green+Blue) = 60+188+68=316 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.99% from 316); Green value is 188 (73.83% from 255 or 59.49% from 316); Blue value is 68 (26.95% from 255 or 21.52% from 316); Max value from RGB is 188 - color contains mainly: green. Hex color #3CBC44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBC44 is #C343BB. Grayscale: #888888. Windows color (decimal): -12796860 or 4504636. OLE color: 4504636.
HSL color Cylindrical-coordinate representation of color #3CBC44: hue angle of 123.75º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBC44 is Cyan = 0.68, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 188 | 68 | - |
| CMYK | 0.68 | 0 | 0.64 | 0.26 |
| HSL | 123.75º | 0.52% | 0.49% | - |
| HSV(B) | 123.75º | 0.68% | 0.74% | - |
| XYZ | 20.89 | 37.34 | 11.58 | - |
| YUV | 136.05 | 89.59 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 188 | 68 | 0.68 | 0 | 0.64 | 0.26 | 123.75 | 0.52 | 0.49 |
| Hex | 3C | BC | 44 | 44 | 0 | 40 | 1A | 7C | 34 | 31 |
| Octal | 74 | 274 | 104 | 104 | 0 | 100 | 32 | 174 | 64 | 61 |
| Binary | 111100 | 10111100 | 1000100 | 1000100 | 0 | 1000000 | 11010 | 1111100 | 110100 | 110001 |
Color Harmonies of #3CBC44
Complementary color
Monochromatic Colors of #3CBC44
Black with #3CBC44
Text Example
Text Example
White with #3CBC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBC44; }
p { color: rgb(60,188,68); }
H1.HeaderClassName
{
color: #3CBC44;
}
.AnyTagClassName
{
color: #3CBC44;
}
</style>
background-color css
<style>
a { background-color: #3CBC44; }
a { background-color: rgb(60,188,68); }
div.DivClassName
{
background-color: #3CBC44;
}
.BgClassName
{
background-color: #3CBC44;
}
</style>
border-color css
<style>
span { border-color: #3CBC44; }
span { border-color: rgb(60,188,68); }
td.TdClassName
{
border-color: #3CBC44;
}
.TagClassName
{
border-color: #3CBC44;
}
</style>