Shades of Lime Green #3CDE49
Tints of Lime Green #3CDE49
RGB
CMYK
RGB Variations
Color information
#3CDE49 (or 0x3CDE49) is known color: Lime Green. HEX triplet: 3C, DE and 49. RGB value is (60,222,73). Sum of RGB (Red+Green+Blue) = 60+222+73=355 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.90% from 355); Green value is 222 (87.11% from 255 or 62.54% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 222 - color contains mainly: green. Hex color #3CDE49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDE49 is #C321B6. Grayscale: #9D9D9D. Windows color (decimal): -12788151 or 4841020. OLE color: 4841020.
HSL color Cylindrical-coordinate representation of color #3CDE49: hue angle of 124.81º degrees, saturation: 0.71, 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 #3CDE49 is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 222 | 73 | - |
| CMYK | 0.73 | 0 | 0.67 | 0.13 |
| HSL | 124.81º | 0.71% | 0.55% | - |
| HSV(B) | 124.81º | 0.73% | 0.87% | - |
| XYZ | 29.19 | 53.68 | 15.13 | - |
| YUV | 156.58 | 80.83 | 59.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 222 | 73 | 0.73 | 0 | 0.67 | 0.13 | 124.81 | 0.71 | 0.55 |
| Hex | 3C | DE | 49 | 49 | 0 | 43 | D | 7D | 47 | 37 |
| Octal | 74 | 336 | 111 | 111 | 0 | 103 | 15 | 175 | 107 | 67 |
| Binary | 111100 | 11011110 | 1001001 | 1001001 | 0 | 1000011 | 1101 | 1111101 | 1000111 | 110111 |
Color Harmonies of #3CDE49
Complementary color
Monochromatic Colors of #3CDE49
Black with #3CDE49
Text Example
Text Example
White with #3CDE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDE49; }
p { color: rgb(60,222,73); }
H1.HeaderClassName
{
color: #3CDE49;
}
.AnyTagClassName
{
color: #3CDE49;
}
</style>
background-color css
<style>
a { background-color: #3CDE49; }
a { background-color: rgb(60,222,73); }
div.DivClassName
{
background-color: #3CDE49;
}
.BgClassName
{
background-color: #3CDE49;
}
</style>
border-color css
<style>
span { border-color: #3CDE49; }
span { border-color: rgb(60,222,73); }
td.TdClassName
{
border-color: #3CDE49;
}
.TagClassName
{
border-color: #3CDE49;
}
</style>