Shades of Lime Green #3CC741
Tints of Lime Green #3CC741
RGB
CMYK
RGB Variations
Color information
#3CC741 (or 0x3CC741) is known color: Lime Green. HEX triplet: 3C, C7 and 41. RGB value is (60,199,65). Sum of RGB (Red+Green+Blue) = 60+199+65=324 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.52% from 324); Green value is 199 (78.12% from 255 or 61.42% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 199 - color contains mainly: green. Hex color #3CC741 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC741 is #C338BE. Grayscale: #8E8E8E. Windows color (decimal): -12794047 or 4310844. OLE color: 4310844.
HSL color Cylindrical-coordinate representation of color #3CC741: hue angle of 122.16º 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 #3CC741 is Cyan = 0.70, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 60 | 199 | 65 | - |
| CMYK | 0.70 | 0 | 0.67 | 0.22 |
| HSL | 122.16º | 0.55% | 0.51% | - |
| HSV(B) | 122.16º | 0.7% | 0.78% | - |
| XYZ | 23.24 | 42.19 | 11.92 | - |
| YUV | 142.16 | 84.45 | 69.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 199 | 65 | 0.70 | 0 | 0.67 | 0.22 | 122.16 | 0.55 | 0.51 |
| Hex | 3C | C7 | 41 | 46 | 0 | 43 | 16 | 7A | 37 | 33 |
| Octal | 74 | 307 | 101 | 106 | 0 | 103 | 26 | 172 | 67 | 63 |
| Binary | 111100 | 11000111 | 1000001 | 1000110 | 0 | 1000011 | 10110 | 1111010 | 110111 | 110011 |
Color Harmonies of #3CC741
Complementary color
Monochromatic Colors of #3CC741
Black with #3CC741
Text Example
Text Example
White with #3CC741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC741; }
p { color: rgb(60,199,65); }
H1.HeaderClassName
{
color: #3CC741;
}
.AnyTagClassName
{
color: #3CC741;
}
</style>
background-color css
<style>
a { background-color: #3CC741; }
a { background-color: rgb(60,199,65); }
div.DivClassName
{
background-color: #3CC741;
}
.BgClassName
{
background-color: #3CC741;
}
</style>
border-color css
<style>
span { border-color: #3CC741; }
span { border-color: rgb(60,199,65); }
td.TdClassName
{
border-color: #3CC741;
}
.TagClassName
{
border-color: #3CC741;
}
</style>