Shades of Lime Green #3CB738
Tints of Lime Green #3CB738
RGB
CMYK
RGB Variations
Color information
#3CB738 (or 0x3CB738) is known color: Lime Green. HEX triplet: 3C, B7 and 38. RGB value is (60,183,56). Sum of RGB (Red+Green+Blue) = 60+183+56=299 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.07% from 299); Green value is 183 (71.88% from 255 or 61.20% from 299); Blue value is 56 (22.27% from 255 or 18.73% from 299); Max value from RGB is 183 - color contains mainly: green. Hex color #3CB738 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB738 is #C348C7. Grayscale: #848484. Windows color (decimal): -12798152 or 3716924. OLE color: 3716924.
HSL color Cylindrical-coordinate representation of color #3CB738: hue angle of 118.11º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CB738 is Cyan = 0.67, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 60 | 183 | 56 | - |
| CMYK | 0.67 | 0 | 0.69 | 0.28 |
| HSL | 118.11º | 0.53% | 0.47% | - |
| HSV(B) | 118.11º | 0.69% | 0.72% | - |
| XYZ | 19.51 | 35.11 | 9.49 | - |
| YUV | 131.75 | 85.25 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 183 | 56 | 0.67 | 0 | 0.69 | 0.28 | 118.11 | 0.53 | 0.47 |
| Hex | 3C | B7 | 38 | 43 | 0 | 45 | 1C | 76 | 35 | 2F |
| Octal | 74 | 267 | 70 | 103 | 0 | 105 | 34 | 166 | 65 | 57 |
| Binary | 111100 | 10110111 | 111000 | 1000011 | 0 | 1000101 | 11100 | 1110110 | 110101 | 101111 |
Color Harmonies of #3CB738
Complementary color
Monochromatic Colors of #3CB738
Black with #3CB738
Text Example
Text Example
White with #3CB738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB738; }
p { color: rgb(60,183,56); }
H1.HeaderClassName
{
color: #3CB738;
}
.AnyTagClassName
{
color: #3CB738;
}
</style>
background-color css
<style>
a { background-color: #3CB738; }
a { background-color: rgb(60,183,56); }
div.DivClassName
{
background-color: #3CB738;
}
.BgClassName
{
background-color: #3CB738;
}
</style>
border-color css
<style>
span { border-color: #3CB738; }
span { border-color: rgb(60,183,56); }
td.TdClassName
{
border-color: #3CB738;
}
.TagClassName
{
border-color: #3CB738;
}
</style>