Shades of Lime Green #3CC72E
Tints of Lime Green #3CC72E
RGB
CMYK
RGB Variations
Color information
#3CC72E (or 0x3CC72E) is known color: Lime Green. HEX triplet: 3C, C7 and 2E. RGB value is (60,199,46). Sum of RGB (Red+Green+Blue) = 60+199+46=305 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.67% from 305); Green value is 199 (78.12% from 255 or 65.25% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 199 - color contains mainly: green. Hex color #3CC72E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC72E is #C338D1. Grayscale: #8C8C8C. Windows color (decimal): -12794066 or 3065660. OLE color: 3065660.
HSL color Cylindrical-coordinate representation of color #3CC72E: hue angle of 114.51º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3CC72E is Cyan = 0.70, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 60 | 199 | 46 | - |
| CMYK | 0.70 | 0 | 0.77 | 0.22 |
| HSL | 114.51º | 0.62% | 0.48% | - |
| HSV(B) | 114.51º | 0.77% | 0.78% | - |
| XYZ | 22.78 | 42 | 9.49 | - |
| YUV | 140 | 74.95 | 70.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 199 | 46 | 0.70 | 0 | 0.77 | 0.22 | 114.51 | 0.62 | 0.48 |
| Hex | 3C | C7 | 2E | 46 | 0 | 4D | 16 | 73 | 3E | 30 |
| Octal | 74 | 307 | 56 | 106 | 0 | 115 | 26 | 163 | 76 | 60 |
| Binary | 111100 | 11000111 | 101110 | 1000110 | 0 | 1001101 | 10110 | 1110011 | 111110 | 110000 |
Color Harmonies of #3CC72E
Complementary color
Monochromatic Colors of #3CC72E
Black with #3CC72E
Text Example
Text Example
White with #3CC72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC72E; }
p { color: rgb(60,199,46); }
H1.HeaderClassName
{
color: #3CC72E;
}
.AnyTagClassName
{
color: #3CC72E;
}
</style>
background-color css
<style>
a { background-color: #3CC72E; }
a { background-color: rgb(60,199,46); }
div.DivClassName
{
background-color: #3CC72E;
}
.BgClassName
{
background-color: #3CC72E;
}
</style>
border-color css
<style>
span { border-color: #3CC72E; }
span { border-color: rgb(60,199,46); }
td.TdClassName
{
border-color: #3CC72E;
}
.TagClassName
{
border-color: #3CC72E;
}
</style>