Shades of Lime Green #3CB93F
Tints of Lime Green #3CB93F
RGB
CMYK
RGB Variations
Color information
#3CB93F (or 0x3CB93F) is known color: Lime Green. HEX triplet: 3C, B9 and 3F. RGB value is (60,185,63). Sum of RGB (Red+Green+Blue) = 60+185+63=308 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.48% from 308); Green value is 185 (72.66% from 255 or 60.06% from 308); Blue value is 63 (25% from 255 or 20.45% from 308); Max value from RGB is 185 - color contains mainly: green. Hex color #3CB93F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB93F is #C346C0. Grayscale: #868686. Windows color (decimal): -12797633 or 4176188. OLE color: 4176188.
HSL color Cylindrical-coordinate representation of color #3CB93F: hue angle of 121.44º 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 #3CB93F is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 185 | 63 | - |
| CMYK | 0.68 | 0 | 0.66 | 0.27 |
| HSL | 121.44º | 0.51% | 0.48% | - |
| HSV(B) | 121.44º | 0.68% | 0.73% | - |
| XYZ | 20.11 | 36.02 | 10.59 | - |
| YUV | 133.72 | 88.09 | 75.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 185 | 63 | 0.68 | 0 | 0.66 | 0.27 | 121.44 | 0.51 | 0.48 |
| Hex | 3C | B9 | 3F | 44 | 0 | 42 | 1B | 79 | 33 | 30 |
| Octal | 74 | 271 | 77 | 104 | 0 | 102 | 33 | 171 | 63 | 60 |
| Binary | 111100 | 10111001 | 111111 | 1000100 | 0 | 1000010 | 11011 | 1111001 | 110011 | 110000 |
Color Harmonies of #3CB93F
Complementary color
Monochromatic Colors of #3CB93F
Black with #3CB93F
Text Example
Text Example
White with #3CB93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB93F; }
p { color: rgb(60,185,63); }
H1.HeaderClassName
{
color: #3CB93F;
}
.AnyTagClassName
{
color: #3CB93F;
}
</style>
background-color css
<style>
a { background-color: #3CB93F; }
a { background-color: rgb(60,185,63); }
div.DivClassName
{
background-color: #3CB93F;
}
.BgClassName
{
background-color: #3CB93F;
}
</style>
border-color css
<style>
span { border-color: #3CB93F; }
span { border-color: rgb(60,185,63); }
td.TdClassName
{
border-color: #3CB93F;
}
.TagClassName
{
border-color: #3CB93F;
}
</style>