Shades of Lime Green #3CB93C
Tints of Lime Green #3CB93C
RGB
CMYK
RGB Variations
Color information
#3CB93C (or 0x3CB93C) is known color: Lime Green. HEX triplet: 3C, B9 and 3C. RGB value is (60,185,60). Sum of RGB (Red+Green+Blue) = 60+185+60=305 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.67% from 305); Green value is 185 (72.66% from 255 or 60.66% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 185 - color contains mainly: green. Hex color #3CB93C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB93C is #C346C3. Grayscale: #858585. Windows color (decimal): -12797636 or 3979580. OLE color: 3979580.
HSL color Cylindrical-coordinate representation of color #3CB93C: hue angle of 120º 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 #3CB93C is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 185 | 60 | - |
| CMYK | 0.68 | 0 | 0.68 | 0.27 |
| HSL | 120º | 0.51% | 0.48% | - |
| HSV(B) | 120º | 0.68% | 0.73% | - |
| XYZ | 20.03 | 35.98 | 10.17 | - |
| YUV | 133.38 | 86.59 | 75.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 185 | 60 | 0.68 | 0 | 0.68 | 0.27 | 120 | 0.51 | 0.48 |
| Hex | 3C | B9 | 3C | 44 | 0 | 44 | 1B | 78 | 33 | 30 |
| Octal | 74 | 271 | 74 | 104 | 0 | 104 | 33 | 170 | 63 | 60 |
| Binary | 111100 | 10111001 | 111100 | 1000100 | 0 | 1000100 | 11011 | 1111000 | 110011 | 110000 |
Color Harmonies of #3CB93C
Complementary color
Monochromatic Colors of #3CB93C
Black with #3CB93C
Text Example
Text Example
White with #3CB93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB93C; }
p { color: rgb(60,185,60); }
H1.HeaderClassName
{
color: #3CB93C;
}
.AnyTagClassName
{
color: #3CB93C;
}
</style>
background-color css
<style>
a { background-color: #3CB93C; }
a { background-color: rgb(60,185,60); }
div.DivClassName
{
background-color: #3CB93C;
}
.BgClassName
{
background-color: #3CB93C;
}
</style>
border-color css
<style>
span { border-color: #3CB93C; }
span { border-color: rgb(60,185,60); }
td.TdClassName
{
border-color: #3CB93C;
}
.TagClassName
{
border-color: #3CB93C;
}
</style>