Shades of Lime Green #3CB73F
Tints of Lime Green #3CB73F
RGB
CMYK
RGB Variations
Color information
#3CB73F (or 0x3CB73F) is known color: Lime Green. HEX triplet: 3C, B7 and 3F. RGB value is (60,183,63). Sum of RGB (Red+Green+Blue) = 60+183+63=306 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.61% from 306); Green value is 183 (71.88% from 255 or 59.80% from 306); Blue value is 63 (25% from 255 or 20.59% from 306); Max value from RGB is 183 - color contains mainly: green. Hex color #3CB73F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB73F is #C348C0. Grayscale: #848484. Windows color (decimal): -12798145 or 4175676. OLE color: 4175676.
HSL color Cylindrical-coordinate representation of color #3CB73F: hue angle of 121.46º 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 #3CB73F is Cyan = 0.67, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 60 | 183 | 63 | - |
| CMYK | 0.67 | 0 | 0.66 | 0.28 |
| HSL | 121.46º | 0.51% | 0.48% | - |
| HSV(B) | 121.46º | 0.67% | 0.72% | - |
| XYZ | 19.69 | 35.19 | 10.46 | - |
| YUV | 132.54 | 88.75 | 76.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 183 | 63 | 0.67 | 0 | 0.66 | 0.28 | 121.46 | 0.51 | 0.48 |
| Hex | 3C | B7 | 3F | 43 | 0 | 42 | 1C | 79 | 33 | 30 |
| Octal | 74 | 267 | 77 | 103 | 0 | 102 | 34 | 171 | 63 | 60 |
| Binary | 111100 | 10110111 | 111111 | 1000011 | 0 | 1000010 | 11100 | 1111001 | 110011 | 110000 |
Color Harmonies of #3CB73F
Complementary color
Monochromatic Colors of #3CB73F
Black with #3CB73F
Text Example
Text Example
White with #3CB73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB73F; }
p { color: rgb(60,183,63); }
H1.HeaderClassName
{
color: #3CB73F;
}
.AnyTagClassName
{
color: #3CB73F;
}
</style>
background-color css
<style>
a { background-color: #3CB73F; }
a { background-color: rgb(60,183,63); }
div.DivClassName
{
background-color: #3CB73F;
}
.BgClassName
{
background-color: #3CB73F;
}
</style>
border-color css
<style>
span { border-color: #3CB73F; }
span { border-color: rgb(60,183,63); }
td.TdClassName
{
border-color: #3CB73F;
}
.TagClassName
{
border-color: #3CB73F;
}
</style>