Shades of Lime Green #3CB741
Tints of Lime Green #3CB741
RGB
CMYK
RGB Variations
Color information
#3CB741 (or 0x3CB741) is known color: Lime Green. HEX triplet: 3C, B7 and 41. RGB value is (60,183,65). Sum of RGB (Red+Green+Blue) = 60+183+65=308 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.48% from 308); Green value is 183 (71.88% from 255 or 59.42% from 308); Blue value is 65 (25.78% from 255 or 21.10% from 308); Max value from RGB is 183 - color contains mainly: green. Hex color #3CB741 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB741 is #C348BE. Grayscale: #858585. Windows color (decimal): -12798143 or 4306748. OLE color: 4306748.
HSL color Cylindrical-coordinate representation of color #3CB741: hue angle of 122.44º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB741 is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 60 | 183 | 65 | - |
| CMYK | 0.67 | 0 | 0.64 | 0.28 |
| HSL | 122.44º | 0.51% | 0.48% | - |
| HSV(B) | 122.44º | 0.67% | 0.72% | - |
| XYZ | 19.75 | 35.21 | 10.76 | - |
| YUV | 132.77 | 89.75 | 76.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 183 | 65 | 0.67 | 0 | 0.64 | 0.28 | 122.44 | 0.51 | 0.48 |
| Hex | 3C | B7 | 41 | 43 | 0 | 40 | 1C | 7A | 33 | 30 |
| Octal | 74 | 267 | 101 | 103 | 0 | 100 | 34 | 172 | 63 | 60 |
| Binary | 111100 | 10110111 | 1000001 | 1000011 | 0 | 1000000 | 11100 | 1111010 | 110011 | 110000 |
Color Harmonies of #3CB741
Complementary color
Monochromatic Colors of #3CB741
Black with #3CB741
Text Example
Text Example
White with #3CB741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB741; }
p { color: rgb(60,183,65); }
H1.HeaderClassName
{
color: #3CB741;
}
.AnyTagClassName
{
color: #3CB741;
}
</style>
background-color css
<style>
a { background-color: #3CB741; }
a { background-color: rgb(60,183,65); }
div.DivClassName
{
background-color: #3CB741;
}
.BgClassName
{
background-color: #3CB741;
}
</style>
border-color css
<style>
span { border-color: #3CB741; }
span { border-color: rgb(60,183,65); }
td.TdClassName
{
border-color: #3CB741;
}
.TagClassName
{
border-color: #3CB741;
}
</style>