Shades of Lime Green #3CC850
Tints of Lime Green #3CC850
RGB
CMYK
RGB Variations
Color information
#3CC850 (or 0x3CC850) is known color: Lime Green. HEX triplet: 3C, C8 and 50. RGB value is (60,200,80). Sum of RGB (Red+Green+Blue) = 60+200+80=340 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.65% from 340); Green value is 200 (78.52% from 255 or 58.82% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 200 - color contains mainly: green. Hex color #3CC850 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CC850 is #C337AF. Grayscale: #909090. Windows color (decimal): -12793776 or 5294140. OLE color: 5294140.
HSL color Cylindrical-coordinate representation of color #3CC850: hue angle of 128.57º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CC850 is Cyan = 0.7, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 60 | 200 | 80 | - |
| CMYK | 0.7 | 0 | 0.6 | 0.22 |
| HSL | 128.57º | 0.56% | 0.51% | - |
| HSV(B) | 128.57º | 0.7% | 0.78% | - |
| XYZ | 23.97 | 42.85 | 14.6 | - |
| YUV | 144.46 | 91.62 | 67.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 200 | 80 | 0.7 | 0 | 0.6 | 0.22 | 128.57 | 0.56 | 0.51 |
| Hex | 3C | C8 | 50 | 46 | 0 | 3C | 16 | 81 | 38 | 33 |
| Octal | 74 | 310 | 120 | 106 | 0 | 74 | 26 | 201 | 70 | 63 |
| Binary | 111100 | 11001000 | 1010000 | 1000110 | 0 | 111100 | 10110 | 10000001 | 111000 | 110011 |
Color Harmonies of #3CC850
Complementary color
Monochromatic Colors of #3CC850
Black with #3CC850
Text Example
Text Example
White with #3CC850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC850; }
p { color: rgb(60,200,80); }
H1.HeaderClassName
{
color: #3CC850;
}
.AnyTagClassName
{
color: #3CC850;
}
</style>
background-color css
<style>
a { background-color: #3CC850; }
a { background-color: rgb(60,200,80); }
div.DivClassName
{
background-color: #3CC850;
}
.BgClassName
{
background-color: #3CC850;
}
</style>
border-color css
<style>
span { border-color: #3CC850; }
span { border-color: rgb(60,200,80); }
td.TdClassName
{
border-color: #3CC850;
}
.TagClassName
{
border-color: #3CC850;
}
</style>