Shades of Lime Green #3CB640
Tints of Lime Green #3CB640
RGB
CMYK
RGB Variations
Color information
#3CB640 (or 0x3CB640) is known color: Lime Green. HEX triplet: 3C, B6 and 40. RGB value is (60,182,64). Sum of RGB (Red+Green+Blue) = 60+182+64=306 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.61% from 306); Green value is 182 (71.48% from 255 or 59.48% from 306); Blue value is 64 (25.39% from 255 or 20.92% from 306); Max value from RGB is 182 - color contains mainly: green. Hex color #3CB640 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB640 is #C349BF. Grayscale: #848484. Windows color (decimal): -12798400 or 4240956. OLE color: 4240956.
HSL color Cylindrical-coordinate representation of color #3CB640: hue angle of 121.97º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB640 is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 182 | 64 | - |
| CMYK | 0.67 | 0 | 0.65 | 0.29 |
| HSL | 121.97º | 0.5% | 0.47% | - |
| HSV(B) | 121.97º | 0.67% | 0.71% | - |
| XYZ | 19.52 | 34.79 | 10.54 | - |
| YUV | 132.07 | 89.58 | 76.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 182 | 64 | 0.67 | 0 | 0.65 | 0.29 | 121.97 | 0.5 | 0.47 |
| Hex | 3C | B6 | 40 | 43 | 0 | 41 | 1D | 7A | 32 | 2F |
| Octal | 74 | 266 | 100 | 103 | 0 | 101 | 35 | 172 | 62 | 57 |
| Binary | 111100 | 10110110 | 1000000 | 1000011 | 0 | 1000001 | 11101 | 1111010 | 110010 | 101111 |
Color Harmonies of #3CB640
Complementary color
Monochromatic Colors of #3CB640
Black with #3CB640
Text Example
Text Example
White with #3CB640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB640; }
p { color: rgb(60,182,64); }
H1.HeaderClassName
{
color: #3CB640;
}
.AnyTagClassName
{
color: #3CB640;
}
</style>
background-color css
<style>
a { background-color: #3CB640; }
a { background-color: rgb(60,182,64); }
div.DivClassName
{
background-color: #3CB640;
}
.BgClassName
{
background-color: #3CB640;
}
</style>
border-color css
<style>
span { border-color: #3CB640; }
span { border-color: rgb(60,182,64); }
td.TdClassName
{
border-color: #3CB640;
}
.TagClassName
{
border-color: #3CB640;
}
</style>