Shades of Lime Green #3CBA39
Tints of Lime Green #3CBA39
RGB
CMYK
RGB Variations
Color information
#3CBA39 (or 0x3CBA39) is known color: Lime Green. HEX triplet: 3C, BA and 39. RGB value is (60,186,57). Sum of RGB (Red+Green+Blue) = 60+186+57=303 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.80% from 303); Green value is 186 (73.05% from 255 or 61.39% from 303); Blue value is 57 (22.66% from 255 or 18.81% from 303); Max value from RGB is 186 - color contains mainly: green. Hex color #3CBA39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBA39 is #C345C6. Grayscale: #868686. Windows color (decimal): -12797383 or 3783228. OLE color: 3783228.
HSL color Cylindrical-coordinate representation of color #3CBA39: hue angle of 118.6º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CBA39 is Cyan = 0.68, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 186 | 57 | - |
| CMYK | 0.68 | 0 | 0.69 | 0.27 |
| HSL | 118.6º | 0.53% | 0.48% | - |
| HSV(B) | 118.6º | 0.69% | 0.73% | - |
| XYZ | 20.16 | 36.37 | 9.83 | - |
| YUV | 133.62 | 84.76 | 75.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 186 | 57 | 0.68 | 0 | 0.69 | 0.27 | 118.6 | 0.53 | 0.48 |
| Hex | 3C | BA | 39 | 44 | 0 | 45 | 1B | 77 | 35 | 30 |
| Octal | 74 | 272 | 71 | 104 | 0 | 105 | 33 | 167 | 65 | 60 |
| Binary | 111100 | 10111010 | 111001 | 1000100 | 0 | 1000101 | 11011 | 1110111 | 110101 | 110000 |
Color Harmonies of #3CBA39
Complementary color
Monochromatic Colors of #3CBA39
Black with #3CBA39
Text Example
Text Example
White with #3CBA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBA39; }
p { color: rgb(60,186,57); }
H1.HeaderClassName
{
color: #3CBA39;
}
.AnyTagClassName
{
color: #3CBA39;
}
</style>
background-color css
<style>
a { background-color: #3CBA39; }
a { background-color: rgb(60,186,57); }
div.DivClassName
{
background-color: #3CBA39;
}
.BgClassName
{
background-color: #3CBA39;
}
</style>
border-color css
<style>
span { border-color: #3CBA39; }
span { border-color: rgb(60,186,57); }
td.TdClassName
{
border-color: #3CBA39;
}
.TagClassName
{
border-color: #3CBA39;
}
</style>