Shades of Lime Green #3CC74A
Tints of Lime Green #3CC74A
RGB
CMYK
RGB Variations
Color information
#3CC74A (or 0x3CC74A) is known color: Lime Green. HEX triplet: 3C, C7 and 4A. RGB value is (60,199,74). Sum of RGB (Red+Green+Blue) = 60+199+74=333 (44% of max value = 765). Red value is 60 (23.83% from 255 or 18.02% from 333); Green value is 199 (78.12% from 255 or 59.76% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 199 - color contains mainly: green. Hex color #3CC74A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC74A is #C338B5. Grayscale: #8F8F8F. Windows color (decimal): -12794038 or 4900668. OLE color: 4900668.
HSL color Cylindrical-coordinate representation of color #3CC74A: hue angle of 126.04º 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 #3CC74A is Cyan = 0.70, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 60 | 199 | 74 | - |
| CMYK | 0.70 | 0 | 0.63 | 0.22 |
| HSL | 126.04º | 0.55% | 0.51% | - |
| HSV(B) | 126.04º | 0.7% | 0.78% | - |
| XYZ | 23.52 | 42.3 | 13.4 | - |
| YUV | 143.19 | 88.95 | 68.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 199 | 74 | 0.70 | 0 | 0.63 | 0.22 | 126.04 | 0.55 | 0.51 |
| Hex | 3C | C7 | 4A | 46 | 0 | 3F | 16 | 7E | 37 | 33 |
| Octal | 74 | 307 | 112 | 106 | 0 | 77 | 26 | 176 | 67 | 63 |
| Binary | 111100 | 11000111 | 1001010 | 1000110 | 0 | 111111 | 10110 | 1111110 | 110111 | 110011 |
Color Harmonies of #3CC74A
Complementary color
Monochromatic Colors of #3CC74A
Black with #3CC74A
Text Example
Text Example
White with #3CC74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC74A; }
p { color: rgb(60,199,74); }
H1.HeaderClassName
{
color: #3CC74A;
}
.AnyTagClassName
{
color: #3CC74A;
}
</style>
background-color css
<style>
a { background-color: #3CC74A; }
a { background-color: rgb(60,199,74); }
div.DivClassName
{
background-color: #3CC74A;
}
.BgClassName
{
background-color: #3CC74A;
}
</style>
border-color css
<style>
span { border-color: #3CC74A; }
span { border-color: rgb(60,199,74); }
td.TdClassName
{
border-color: #3CC74A;
}
.TagClassName
{
border-color: #3CC74A;
}
</style>