Shades of Lime Green #3CDF4E
Tints of Lime Green #3CDF4E
RGB
CMYK
RGB Variations
Color information
#3CDF4E (or 0x3CDF4E) is known color: Lime Green. HEX triplet: 3C, DF and 4E. RGB value is (60,223,78). Sum of RGB (Red+Green+Blue) = 60+223+78=361 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.62% from 361); Green value is 223 (87.5% from 255 or 61.77% from 361); Blue value is 78 (30.86% from 255 or 21.61% from 361); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDF4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDF4E is #C320B1. Grayscale: #9E9E9E. Windows color (decimal): -12787890 or 5168956. OLE color: 5168956.
HSL color Cylindrical-coordinate representation of color #3CDF4E: hue angle of 126.63º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDF4E is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 223 | 78 | - |
| CMYK | 0.73 | 0 | 0.65 | 0.13 |
| HSL | 126.63º | 0.72% | 0.55% | - |
| HSV(B) | 126.63º | 0.73% | 0.87% | - |
| XYZ | 29.63 | 54.29 | 16.12 | - |
| YUV | 157.73 | 83 | 58.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 223 | 78 | 0.73 | 0 | 0.65 | 0.13 | 126.63 | 0.72 | 0.55 |
| Hex | 3C | DF | 4E | 49 | 0 | 41 | D | 7F | 48 | 37 |
| Octal | 74 | 337 | 116 | 111 | 0 | 101 | 15 | 177 | 110 | 67 |
| Binary | 111100 | 11011111 | 1001110 | 1001001 | 0 | 1000001 | 1101 | 1111111 | 1001000 | 110111 |
Color Harmonies of #3CDF4E
Complementary color
Monochromatic Colors of #3CDF4E
Black with #3CDF4E
Text Example
Text Example
White with #3CDF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDF4E; }
p { color: rgb(60,223,78); }
H1.HeaderClassName
{
color: #3CDF4E;
}
.AnyTagClassName
{
color: #3CDF4E;
}
</style>
background-color css
<style>
a { background-color: #3CDF4E; }
a { background-color: rgb(60,223,78); }
div.DivClassName
{
background-color: #3CDF4E;
}
.BgClassName
{
background-color: #3CDF4E;
}
</style>
border-color css
<style>
span { border-color: #3CDF4E; }
span { border-color: rgb(60,223,78); }
td.TdClassName
{
border-color: #3CDF4E;
}
.TagClassName
{
border-color: #3CDF4E;
}
</style>