Shades of Lime Green #3CC643
Tints of Lime Green #3CC643
RGB
CMYK
RGB Variations
Color information
#3CC643 (or 0x3CC643) is known color: Lime Green. HEX triplet: 3C, C6 and 43. RGB value is (60,198,67). Sum of RGB (Red+Green+Blue) = 60+198+67=325 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.46% from 325); Green value is 198 (77.73% from 255 or 60.92% from 325); Blue value is 67 (26.56% from 255 or 20.62% from 325); Max value from RGB is 198 - color contains mainly: green. Hex color #3CC643 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC643 is #C339BC. Grayscale: #8E8E8E. Windows color (decimal): -12794301 or 4441660. OLE color: 4441660.
HSL color Cylindrical-coordinate representation of color #3CC643: hue angle of 123.04º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CC643 is Cyan = 0.70, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 60 | 198 | 67 | - |
| CMYK | 0.70 | 0 | 0.66 | 0.22 |
| HSL | 123.04º | 0.55% | 0.51% | - |
| HSV(B) | 123.04º | 0.7% | 0.78% | - |
| XYZ | 23.07 | 41.75 | 12.15 | - |
| YUV | 141.8 | 85.78 | 69.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 198 | 67 | 0.70 | 0 | 0.66 | 0.22 | 123.04 | 0.55 | 0.51 |
| Hex | 3C | C6 | 43 | 46 | 0 | 42 | 16 | 7B | 37 | 33 |
| Octal | 74 | 306 | 103 | 106 | 0 | 102 | 26 | 173 | 67 | 63 |
| Binary | 111100 | 11000110 | 1000011 | 1000110 | 0 | 1000010 | 10110 | 1111011 | 110111 | 110011 |
Color Harmonies of #3CC643
Complementary color
Monochromatic Colors of #3CC643
Black with #3CC643
Text Example
Text Example
White with #3CC643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC643; }
p { color: rgb(60,198,67); }
H1.HeaderClassName
{
color: #3CC643;
}
.AnyTagClassName
{
color: #3CC643;
}
</style>
background-color css
<style>
a { background-color: #3CC643; }
a { background-color: rgb(60,198,67); }
div.DivClassName
{
background-color: #3CC643;
}
.BgClassName
{
background-color: #3CC643;
}
</style>
border-color css
<style>
span { border-color: #3CC643; }
span { border-color: rgb(60,198,67); }
td.TdClassName
{
border-color: #3CC643;
}
.TagClassName
{
border-color: #3CC643;
}
</style>