Shades of Lime Green #3CB93D
Tints of Lime Green #3CB93D
RGB
CMYK
RGB Variations
Color information
#3CB93D (or 0x3CB93D) is known color: Lime Green. HEX triplet: 3C, B9 and 3D. RGB value is (60,185,61). Sum of RGB (Red+Green+Blue) = 60+185+61=306 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.61% from 306); Green value is 185 (72.66% from 255 or 60.46% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 185 - color contains mainly: green. Hex color #3CB93D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB93D is #C346C2. Grayscale: #858585. Windows color (decimal): -12797635 or 4045116. OLE color: 4045116.
HSL color Cylindrical-coordinate representation of color #3CB93D: hue angle of 120.48º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CB93D is Cyan = 0.68, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 185 | 61 | - |
| CMYK | 0.68 | 0 | 0.67 | 0.27 |
| HSL | 120.48º | 0.51% | 0.48% | - |
| HSV(B) | 120.48º | 0.68% | 0.73% | - |
| XYZ | 20.05 | 36 | 10.31 | - |
| YUV | 133.49 | 87.09 | 75.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 185 | 61 | 0.68 | 0 | 0.67 | 0.27 | 120.48 | 0.51 | 0.48 |
| Hex | 3C | B9 | 3D | 44 | 0 | 43 | 1B | 78 | 33 | 30 |
| Octal | 74 | 271 | 75 | 104 | 0 | 103 | 33 | 170 | 63 | 60 |
| Binary | 111100 | 10111001 | 111101 | 1000100 | 0 | 1000011 | 11011 | 1111000 | 110011 | 110000 |
Color Harmonies of #3CB93D
Complementary color
Monochromatic Colors of #3CB93D
Black with #3CB93D
Text Example
Text Example
White with #3CB93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB93D; }
p { color: rgb(60,185,61); }
H1.HeaderClassName
{
color: #3CB93D;
}
.AnyTagClassName
{
color: #3CB93D;
}
</style>
background-color css
<style>
a { background-color: #3CB93D; }
a { background-color: rgb(60,185,61); }
div.DivClassName
{
background-color: #3CB93D;
}
.BgClassName
{
background-color: #3CB93D;
}
</style>
border-color css
<style>
span { border-color: #3CB93D; }
span { border-color: rgb(60,185,61); }
td.TdClassName
{
border-color: #3CB93D;
}
.TagClassName
{
border-color: #3CB93D;
}
</style>