Shades of Lime Green #3CCF50
Tints of Lime Green #3CCF50
RGB
CMYK
RGB Variations
Color information
#3CCF50 (or 0x3CCF50) is known color: Lime Green. HEX triplet: 3C, CF and 50. RGB value is (60,207,80). Sum of RGB (Red+Green+Blue) = 60+207+80=347 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.29% from 347); Green value is 207 (81.25% from 255 or 59.65% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 207 - color contains mainly: green. Hex color #3CCF50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CCF50 is #C330AF. Grayscale: #949494. Windows color (decimal): -12791984 or 5295932. OLE color: 5295932.
HSL color Cylindrical-coordinate representation of color #3CCF50: hue angle of 128.16º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CCF50 is Cyan = 0.71, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 207 | 80 | - |
| CMYK | 0.71 | 0 | 0.61 | 0.19 |
| HSL | 128.16º | 0.6% | 0.52% | - |
| HSV(B) | 128.16º | 0.71% | 0.81% | - |
| XYZ | 25.62 | 46.17 | 15.15 | - |
| YUV | 148.57 | 89.3 | 64.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 207 | 80 | 0.71 | 0 | 0.61 | 0.19 | 128.16 | 0.6 | 0.52 |
| Hex | 3C | CF | 50 | 47 | 0 | 3D | 13 | 80 | 3C | 34 |
| Octal | 74 | 317 | 120 | 107 | 0 | 75 | 23 | 200 | 74 | 64 |
| Binary | 111100 | 11001111 | 1010000 | 1000111 | 0 | 111101 | 10011 | 10000000 | 111100 | 110100 |
Color Harmonies of #3CCF50
Complementary color
Monochromatic Colors of #3CCF50
Black with #3CCF50
Text Example
Text Example
White with #3CCF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCF50; }
p { color: rgb(60,207,80); }
H1.HeaderClassName
{
color: #3CCF50;
}
.AnyTagClassName
{
color: #3CCF50;
}
</style>
background-color css
<style>
a { background-color: #3CCF50; }
a { background-color: rgb(60,207,80); }
div.DivClassName
{
background-color: #3CCF50;
}
.BgClassName
{
background-color: #3CCF50;
}
</style>
border-color css
<style>
span { border-color: #3CCF50; }
span { border-color: rgb(60,207,80); }
td.TdClassName
{
border-color: #3CCF50;
}
.TagClassName
{
border-color: #3CCF50;
}
</style>