Shades of Lime Green #3CB43C
Tints of Lime Green #3CB43C
RGB
CMYK
RGB Variations
Color information
#3CB43C (or 0x3CB43C) is known color: Lime Green. HEX triplet: 3C, B4 and 3C. RGB value is (60,180,60). Sum of RGB (Red+Green+Blue) = 60+180+60=300 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20% from 300); Green value is 180 (70.70% from 255 or 60% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 180 - color contains mainly: green. Hex color #3CB43C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CB43C is #C34BC3. Grayscale: #828282. Windows color (decimal): -12798916 or 3978300. OLE color: 3978300.
HSL color Cylindrical-coordinate representation of color #3CB43C: hue angle of 120º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB43C is Cyan = 0.67, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 180 | 60 | - |
| CMYK | 0.67 | 0 | 0.67 | 0.29 |
| HSL | 120º | 0.5% | 0.47% | - |
| HSV(B) | 120º | 0.67% | 0.71% | - |
| XYZ | 19 | 33.93 | 9.82 | - |
| YUV | 130.44 | 88.24 | 77.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 180 | 60 | 0.67 | 0 | 0.67 | 0.29 | 120 | 0.5 | 0.47 |
| Hex | 3C | B4 | 3C | 43 | 0 | 43 | 1D | 78 | 32 | 2F |
| Octal | 74 | 264 | 74 | 103 | 0 | 103 | 35 | 170 | 62 | 57 |
| Binary | 111100 | 10110100 | 111100 | 1000011 | 0 | 1000011 | 11101 | 1111000 | 110010 | 101111 |
Color Harmonies of #3CB43C
Complementary color
Monochromatic Colors of #3CB43C
Black with #3CB43C
Text Example
Text Example
White with #3CB43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB43C; }
p { color: rgb(60,180,60); }
H1.HeaderClassName
{
color: #3CB43C;
}
.AnyTagClassName
{
color: #3CB43C;
}
</style>
background-color css
<style>
a { background-color: #3CB43C; }
a { background-color: rgb(60,180,60); }
div.DivClassName
{
background-color: #3CB43C;
}
.BgClassName
{
background-color: #3CB43C;
}
</style>
border-color css
<style>
span { border-color: #3CB43C; }
span { border-color: rgb(60,180,60); }
td.TdClassName
{
border-color: #3CB43C;
}
.TagClassName
{
border-color: #3CB43C;
}
</style>