Shades of Lime Green #3CDF49
Tints of Lime Green #3CDF49
RGB
CMYK
RGB Variations
Color information
#3CDF49 (or 0x3CDF49) is known color: Lime Green. HEX triplet: 3C, DF and 49. RGB value is (60,223,73). Sum of RGB (Red+Green+Blue) = 60+223+73=356 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.85% from 356); Green value is 223 (87.5% from 255 or 62.64% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDF49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDF49 is #C320B6. Grayscale: #9D9D9D. Windows color (decimal): -12787895 or 4841276. OLE color: 4841276.
HSL color Cylindrical-coordinate representation of color #3CDF49: hue angle of 124.79º 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 #3CDF49 is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 223 | 73 | - |
| CMYK | 0.73 | 0 | 0.67 | 0.13 |
| HSL | 124.79º | 0.72% | 0.55% | - |
| HSV(B) | 124.79º | 0.73% | 0.87% | - |
| XYZ | 29.45 | 54.22 | 15.22 | - |
| YUV | 157.16 | 80.5 | 58.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 223 | 73 | 0.73 | 0 | 0.67 | 0.13 | 124.79 | 0.72 | 0.55 |
| Hex | 3C | DF | 49 | 49 | 0 | 43 | D | 7D | 48 | 37 |
| Octal | 74 | 337 | 111 | 111 | 0 | 103 | 15 | 175 | 110 | 67 |
| Binary | 111100 | 11011111 | 1001001 | 1001001 | 0 | 1000011 | 1101 | 1111101 | 1001000 | 110111 |
Color Harmonies of #3CDF49
Complementary color
Monochromatic Colors of #3CDF49
Black with #3CDF49
Text Example
Text Example
White with #3CDF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDF49; }
p { color: rgb(60,223,73); }
H1.HeaderClassName
{
color: #3CDF49;
}
.AnyTagClassName
{
color: #3CDF49;
}
</style>
background-color css
<style>
a { background-color: #3CDF49; }
a { background-color: rgb(60,223,73); }
div.DivClassName
{
background-color: #3CDF49;
}
.BgClassName
{
background-color: #3CDF49;
}
</style>
border-color css
<style>
span { border-color: #3CDF49; }
span { border-color: rgb(60,223,73); }
td.TdClassName
{
border-color: #3CDF49;
}
.TagClassName
{
border-color: #3CDF49;
}
</style>