Shades of Lime Green #3CC841
Tints of Lime Green #3CC841
RGB
CMYK
RGB Variations
Color information
#3CC841 (or 0x3CC841) is known color: Lime Green. HEX triplet: 3C, C8 and 41. RGB value is (60,200,65). Sum of RGB (Red+Green+Blue) = 60+200+65=325 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.46% from 325); Green value is 200 (78.52% from 255 or 61.54% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 200 - color contains mainly: green. Hex color #3CC841 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC841 is #C337BE. Grayscale: #8F8F8F. Windows color (decimal): -12793791 or 4311100. OLE color: 4311100.
HSL color Cylindrical-coordinate representation of color #3CC841: hue angle of 122.14º degrees, saturation: 0.56, 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 #3CC841 is Cyan = 0.7, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 60 | 200 | 65 | - |
| CMYK | 0.7 | 0 | 0.68 | 0.22 |
| HSL | 122.14º | 0.56% | 0.51% | - |
| HSV(B) | 122.14º | 0.7% | 0.78% | - |
| XYZ | 23.47 | 42.65 | 12 | - |
| YUV | 142.75 | 84.12 | 68.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 200 | 65 | 0.7 | 0 | 0.68 | 0.22 | 122.14 | 0.56 | 0.51 |
| Hex | 3C | C8 | 41 | 46 | 0 | 44 | 16 | 7A | 38 | 33 |
| Octal | 74 | 310 | 101 | 106 | 0 | 104 | 26 | 172 | 70 | 63 |
| Binary | 111100 | 11001000 | 1000001 | 1000110 | 0 | 1000100 | 10110 | 1111010 | 111000 | 110011 |
Color Harmonies of #3CC841
Complementary color
Monochromatic Colors of #3CC841
Black with #3CC841
Text Example
Text Example
White with #3CC841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC841; }
p { color: rgb(60,200,65); }
H1.HeaderClassName
{
color: #3CC841;
}
.AnyTagClassName
{
color: #3CC841;
}
</style>
background-color css
<style>
a { background-color: #3CC841; }
a { background-color: rgb(60,200,65); }
div.DivClassName
{
background-color: #3CC841;
}
.BgClassName
{
background-color: #3CC841;
}
</style>
border-color css
<style>
span { border-color: #3CC841; }
span { border-color: rgb(60,200,65); }
td.TdClassName
{
border-color: #3CC841;
}
.TagClassName
{
border-color: #3CC841;
}
</style>