Shades of Lime Green #3CBA2F
Tints of Lime Green #3CBA2F
RGB
CMYK
RGB Variations
Color information
#3CBA2F (or 0x3CBA2F) is known color: Lime Green. HEX triplet: 3C, BA and 2F. RGB value is (60,186,47). Sum of RGB (Red+Green+Blue) = 60+186+47=293 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.48% from 293); Green value is 186 (73.05% from 255 or 63.48% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 186 - color contains mainly: green. Hex color #3CBA2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBA2F is #C345D0. Grayscale: #848484. Windows color (decimal): -12797393 or 3127868. OLE color: 3127868.
HSL color Cylindrical-coordinate representation of color #3CBA2F: hue angle of 114.39º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CBA2F is Cyan = 0.68, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 186 | 47 | - |
| CMYK | 0.68 | 0 | 0.75 | 0.27 |
| HSL | 114.39º | 0.6% | 0.46% | - |
| HSV(B) | 114.39º | 0.75% | 0.73% | - |
| XYZ | 19.94 | 36.28 | 8.64 | - |
| YUV | 132.48 | 79.76 | 76.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 186 | 47 | 0.68 | 0 | 0.75 | 0.27 | 114.39 | 0.6 | 0.46 |
| Hex | 3C | BA | 2F | 44 | 0 | 4B | 1B | 72 | 3C | 2E |
| Octal | 74 | 272 | 57 | 104 | 0 | 113 | 33 | 162 | 74 | 56 |
| Binary | 111100 | 10111010 | 101111 | 1000100 | 0 | 1001011 | 11011 | 1110010 | 111100 | 101110 |
Color Harmonies of #3CBA2F
Complementary color
Monochromatic Colors of #3CBA2F
Black with #3CBA2F
Text Example
Text Example
White with #3CBA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBA2F; }
p { color: rgb(60,186,47); }
H1.HeaderClassName
{
color: #3CBA2F;
}
.AnyTagClassName
{
color: #3CBA2F;
}
</style>
background-color css
<style>
a { background-color: #3CBA2F; }
a { background-color: rgb(60,186,47); }
div.DivClassName
{
background-color: #3CBA2F;
}
.BgClassName
{
background-color: #3CBA2F;
}
</style>
border-color css
<style>
span { border-color: #3CBA2F; }
span { border-color: rgb(60,186,47); }
td.TdClassName
{
border-color: #3CBA2F;
}
.TagClassName
{
border-color: #3CBA2F;
}
</style>