Shades of Lime Green #3CB735
Tints of Lime Green #3CB735
RGB
CMYK
RGB Variations
Color information
#3CB735 (or 0x3CB735) is known color: Lime Green. HEX triplet: 3C, B7 and 35. RGB value is (60,183,53). Sum of RGB (Red+Green+Blue) = 60+183+53=296 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.27% from 296); Green value is 183 (71.88% from 255 or 61.82% from 296); Blue value is 53 (21.09% from 255 or 17.91% from 296); Max value from RGB is 183 - color contains mainly: green. Hex color #3CB735 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB735 is #C348CA. Grayscale: #838383. Windows color (decimal): -12798155 or 3520316. OLE color: 3520316.
HSL color Cylindrical-coordinate representation of color #3CB735: hue angle of 116.77º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CB735 is Cyan = 0.67, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 60 | 183 | 53 | - |
| CMYK | 0.67 | 0 | 0.71 | 0.28 |
| HSL | 116.77º | 0.55% | 0.46% | - |
| HSV(B) | 116.77º | 0.71% | 0.72% | - |
| XYZ | 19.44 | 35.08 | 9.12 | - |
| YUV | 131.4 | 83.75 | 77.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 183 | 53 | 0.67 | 0 | 0.71 | 0.28 | 116.77 | 0.55 | 0.46 |
| Hex | 3C | B7 | 35 | 43 | 0 | 47 | 1C | 75 | 37 | 2E |
| Octal | 74 | 267 | 65 | 103 | 0 | 107 | 34 | 165 | 67 | 56 |
| Binary | 111100 | 10110111 | 110101 | 1000011 | 0 | 1000111 | 11100 | 1110101 | 110111 | 101110 |
Color Harmonies of #3CB735
Complementary color
Monochromatic Colors of #3CB735
Black with #3CB735
Text Example
Text Example
White with #3CB735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB735; }
p { color: rgb(60,183,53); }
H1.HeaderClassName
{
color: #3CB735;
}
.AnyTagClassName
{
color: #3CB735;
}
</style>
background-color css
<style>
a { background-color: #3CB735; }
a { background-color: rgb(60,183,53); }
div.DivClassName
{
background-color: #3CB735;
}
.BgClassName
{
background-color: #3CB735;
}
</style>
border-color css
<style>
span { border-color: #3CB735; }
span { border-color: rgb(60,183,53); }
td.TdClassName
{
border-color: #3CB735;
}
.TagClassName
{
border-color: #3CB735;
}
</style>