Shades of Lime Green #3CC72D
Tints of Lime Green #3CC72D
RGB
CMYK
RGB Variations
Color information
#3CC72D (or 0x3CC72D) is known color: Lime Green. HEX triplet: 3C, C7 and 2D. RGB value is (60,199,45). Sum of RGB (Red+Green+Blue) = 60+199+45=304 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.74% from 304); Green value is 199 (78.12% from 255 or 65.46% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 199 - color contains mainly: green. Hex color #3CC72D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC72D is #C338D2. Grayscale: #8C8C8C. Windows color (decimal): -12794067 or 3000124. OLE color: 3000124.
HSL color Cylindrical-coordinate representation of color #3CC72D: hue angle of 114.16º degrees, saturation: 0.63, 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 #3CC72D is Cyan = 0.70, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 60 | 199 | 45 | - |
| CMYK | 0.70 | 0 | 0.77 | 0.22 |
| HSL | 114.16º | 0.63% | 0.48% | - |
| HSV(B) | 114.16º | 0.77% | 0.78% | - |
| XYZ | 22.76 | 42 | 9.39 | - |
| YUV | 139.88 | 74.45 | 71.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 199 | 45 | 0.70 | 0 | 0.77 | 0.22 | 114.16 | 0.63 | 0.48 |
| Hex | 3C | C7 | 2D | 46 | 0 | 4D | 16 | 72 | 3F | 30 |
| Octal | 74 | 307 | 55 | 106 | 0 | 115 | 26 | 162 | 77 | 60 |
| Binary | 111100 | 11000111 | 101101 | 1000110 | 0 | 1001101 | 10110 | 1110010 | 111111 | 110000 |
Color Harmonies of #3CC72D
Complementary color
Monochromatic Colors of #3CC72D
Black with #3CC72D
Text Example
Text Example
White with #3CC72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC72D; }
p { color: rgb(60,199,45); }
H1.HeaderClassName
{
color: #3CC72D;
}
.AnyTagClassName
{
color: #3CC72D;
}
</style>
background-color css
<style>
a { background-color: #3CC72D; }
a { background-color: rgb(60,199,45); }
div.DivClassName
{
background-color: #3CC72D;
}
.BgClassName
{
background-color: #3CC72D;
}
</style>
border-color css
<style>
span { border-color: #3CC72D; }
span { border-color: rgb(60,199,45); }
td.TdClassName
{
border-color: #3CC72D;
}
.TagClassName
{
border-color: #3CC72D;
}
</style>