Shades of Lime Green #3CC74F
Tints of Lime Green #3CC74F
RGB
CMYK
RGB Variations
Color information
#3CC74F (or 0x3CC74F) is known color: Lime Green. HEX triplet: 3C, C7 and 4F. RGB value is (60,199,79). Sum of RGB (Red+Green+Blue) = 60+199+79=338 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.75% from 338); Green value is 199 (78.12% from 255 or 58.88% from 338); Blue value is 79 (31.25% from 255 or 23.37% from 338); Max value from RGB is 199 - color contains mainly: green. Hex color #3CC74F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CC74F is #C338B0. Grayscale: #909090. Windows color (decimal): -12794033 or 5228348. OLE color: 5228348.
HSL color Cylindrical-coordinate representation of color #3CC74F: hue angle of 128.2º degrees, saturation: 0.55, 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 #3CC74F is Cyan = 0.70, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 60 | 199 | 79 | - |
| CMYK | 0.70 | 0 | 0.60 | 0.22 |
| HSL | 128.2º | 0.55% | 0.51% | - |
| HSV(B) | 128.2º | 0.7% | 0.78% | - |
| XYZ | 23.7 | 42.37 | 14.33 | - |
| YUV | 143.76 | 91.45 | 68.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 199 | 79 | 0.70 | 0 | 0.60 | 0.22 | 128.2 | 0.55 | 0.51 |
| Hex | 3C | C7 | 4F | 46 | 0 | 3C | 16 | 80 | 37 | 33 |
| Octal | 74 | 307 | 117 | 106 | 0 | 74 | 26 | 200 | 67 | 63 |
| Binary | 111100 | 11000111 | 1001111 | 1000110 | 0 | 111100 | 10110 | 10000000 | 110111 | 110011 |
Color Harmonies of #3CC74F
Complementary color
Monochromatic Colors of #3CC74F
Black with #3CC74F
Text Example
Text Example
White with #3CC74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC74F; }
p { color: rgb(60,199,79); }
H1.HeaderClassName
{
color: #3CC74F;
}
.AnyTagClassName
{
color: #3CC74F;
}
</style>
background-color css
<style>
a { background-color: #3CC74F; }
a { background-color: rgb(60,199,79); }
div.DivClassName
{
background-color: #3CC74F;
}
.BgClassName
{
background-color: #3CC74F;
}
</style>
border-color css
<style>
span { border-color: #3CC74F; }
span { border-color: rgb(60,199,79); }
td.TdClassName
{
border-color: #3CC74F;
}
.TagClassName
{
border-color: #3CC74F;
}
</style>