Shades of Lime Green #3CB736
Tints of Lime Green #3CB736
RGB
CMYK
RGB Variations
Color information
#3CB736 (or 0x3CB736) is known color: Lime Green. HEX triplet: 3C, B7 and 36. RGB value is (60,183,54). Sum of RGB (Red+Green+Blue) = 60+183+54=297 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.20% from 297); Green value is 183 (71.88% from 255 or 61.62% from 297); Blue value is 54 (21.48% from 255 or 18.18% from 297); Max value from RGB is 183 - color contains mainly: green. Hex color #3CB736 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB736 is #C348C9. Grayscale: #838383. Windows color (decimal): -12798154 or 3585852. OLE color: 3585852.
HSL color Cylindrical-coordinate representation of color #3CB736: hue angle of 117.21º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CB736 is Cyan = 0.67, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 60 | 183 | 54 | - |
| CMYK | 0.67 | 0 | 0.70 | 0.28 |
| HSL | 117.21º | 0.54% | 0.46% | - |
| HSV(B) | 117.21º | 0.7% | 0.72% | - |
| XYZ | 19.46 | 35.09 | 9.24 | - |
| YUV | 131.52 | 84.25 | 76.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 183 | 54 | 0.67 | 0 | 0.70 | 0.28 | 117.21 | 0.54 | 0.46 |
| Hex | 3C | B7 | 36 | 43 | 0 | 46 | 1C | 75 | 36 | 2E |
| Octal | 74 | 267 | 66 | 103 | 0 | 106 | 34 | 165 | 66 | 56 |
| Binary | 111100 | 10110111 | 110110 | 1000011 | 0 | 1000110 | 11100 | 1110101 | 110110 | 101110 |
Color Harmonies of #3CB736
Complementary color
Monochromatic Colors of #3CB736
Black with #3CB736
Text Example
Text Example
White with #3CB736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB736; }
p { color: rgb(60,183,54); }
H1.HeaderClassName
{
color: #3CB736;
}
.AnyTagClassName
{
color: #3CB736;
}
</style>
background-color css
<style>
a { background-color: #3CB736; }
a { background-color: rgb(60,183,54); }
div.DivClassName
{
background-color: #3CB736;
}
.BgClassName
{
background-color: #3CB736;
}
</style>
border-color css
<style>
span { border-color: #3CB736; }
span { border-color: rgb(60,183,54); }
td.TdClassName
{
border-color: #3CB736;
}
.TagClassName
{
border-color: #3CB736;
}
</style>