Shades of Lime Green #3CC14C
Tints of Lime Green #3CC14C
RGB
CMYK
RGB Variations
Color information
#3CC14C (or 0x3CC14C) is known color: Lime Green. HEX triplet: 3C, C1 and 4C. RGB value is (60,193,76). Sum of RGB (Red+Green+Blue) = 60+193+76=329 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.24% from 329); Green value is 193 (75.78% from 255 or 58.66% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 193 - color contains mainly: green. Hex color #3CC14C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC14C is #C33EB3. Grayscale: #8C8C8C. Windows color (decimal): -12795572 or 5030204. OLE color: 5030204.
HSL color Cylindrical-coordinate representation of color #3CC14C: hue angle of 127.22º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC14C is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 60 | 193 | 76 | - |
| CMYK | 0.69 | 0 | 0.61 | 0.24 |
| HSL | 127.22º | 0.53% | 0.5% | - |
| HSV(B) | 127.22º | 0.69% | 0.76% | - |
| XYZ | 22.24 | 39.62 | 13.31 | - |
| YUV | 139.9 | 91.94 | 71.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 193 | 76 | 0.69 | 0 | 0.61 | 0.24 | 127.22 | 0.53 | 0.5 |
| Hex | 3C | C1 | 4C | 45 | 0 | 3D | 18 | 7F | 35 | 32 |
| Octal | 74 | 301 | 114 | 105 | 0 | 75 | 30 | 177 | 65 | 62 |
| Binary | 111100 | 11000001 | 1001100 | 1000101 | 0 | 111101 | 11000 | 1111111 | 110101 | 110010 |
Color Harmonies of #3CC14C
Complementary color
Monochromatic Colors of #3CC14C
Black with #3CC14C
Text Example
Text Example
White with #3CC14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC14C; }
p { color: rgb(60,193,76); }
H1.HeaderClassName
{
color: #3CC14C;
}
.AnyTagClassName
{
color: #3CC14C;
}
</style>
background-color css
<style>
a { background-color: #3CC14C; }
a { background-color: rgb(60,193,76); }
div.DivClassName
{
background-color: #3CC14C;
}
.BgClassName
{
background-color: #3CC14C;
}
</style>
border-color css
<style>
span { border-color: #3CC14C; }
span { border-color: rgb(60,193,76); }
td.TdClassName
{
border-color: #3CC14C;
}
.TagClassName
{
border-color: #3CC14C;
}
</style>