Shades of Lime Green #3CBC2A
Tints of Lime Green #3CBC2A
RGB
CMYK
RGB Variations
Color information
#3CBC2A (or 0x3CBC2A) is known color: Lime Green. HEX triplet: 3C, BC and 2A. RGB value is (60,188,42). Sum of RGB (Red+Green+Blue) = 60+188+42=290 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.69% from 290); Green value is 188 (73.83% from 255 or 64.83% from 290); Blue value is 42 (16.80% from 255 or 14.48% from 290); Max value from RGB is 188 - color contains mainly: green. Hex color #3CBC2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBC2A is #C343D5. Grayscale: #858585. Windows color (decimal): -12796886 or 2800700. OLE color: 2800700.
HSL color Cylindrical-coordinate representation of color #3CBC2A: hue angle of 112.6º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3CBC2A is Cyan = 0.68, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 188 | 42 | - |
| CMYK | 0.68 | 0 | 0.78 | 0.26 |
| HSL | 112.6º | 0.63% | 0.45% | - |
| HSV(B) | 112.6º | 0.78% | 0.74% | - |
| XYZ | 20.26 | 37.09 | 8.28 | - |
| YUV | 133.08 | 76.59 | 75.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 188 | 42 | 0.68 | 0 | 0.78 | 0.26 | 112.6 | 0.63 | 0.45 |
| Hex | 3C | BC | 2A | 44 | 0 | 4E | 1A | 71 | 3F | 2D |
| Octal | 74 | 274 | 52 | 104 | 0 | 116 | 32 | 161 | 77 | 55 |
| Binary | 111100 | 10111100 | 101010 | 1000100 | 0 | 1001110 | 11010 | 1110001 | 111111 | 101101 |
Color Harmonies of #3CBC2A
Complementary color
Monochromatic Colors of #3CBC2A
Black with #3CBC2A
Text Example
Text Example
White with #3CBC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBC2A; }
p { color: rgb(60,188,42); }
H1.HeaderClassName
{
color: #3CBC2A;
}
.AnyTagClassName
{
color: #3CBC2A;
}
</style>
background-color css
<style>
a { background-color: #3CBC2A; }
a { background-color: rgb(60,188,42); }
div.DivClassName
{
background-color: #3CBC2A;
}
.BgClassName
{
background-color: #3CBC2A;
}
</style>
border-color css
<style>
span { border-color: #3CBC2A; }
span { border-color: rgb(60,188,42); }
td.TdClassName
{
border-color: #3CBC2A;
}
.TagClassName
{
border-color: #3CBC2A;
}
</style>