Shades of Lime Green #3CDC3E
Tints of Lime Green #3CDC3E
RGB
CMYK
RGB Variations
Color information
#3CDC3E (or 0x3CDC3E) is known color: Lime Green. HEX triplet: 3C, DC and 3E. RGB value is (60,220,62). Sum of RGB (Red+Green+Blue) = 60+220+62=342 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.54% from 342); Green value is 220 (86.33% from 255 or 64.33% from 342); Blue value is 62 (24.61% from 255 or 18.13% from 342); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDC3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDC3E is #C323C1. Grayscale: #9A9A9A. Windows color (decimal): -12788674 or 4119612. OLE color: 4119612.
HSL color Cylindrical-coordinate representation of color #3CDC3E: hue angle of 120.75º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDC3E is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 220 | 62 | - |
| CMYK | 0.73 | 0 | 0.72 | 0.14 |
| HSL | 120.75º | 0.7% | 0.55% | - |
| HSV(B) | 120.75º | 0.73% | 0.86% | - |
| XYZ | 28.33 | 52.49 | 13.2 | - |
| YUV | 154.15 | 75.99 | 60.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 220 | 62 | 0.73 | 0 | 0.72 | 0.14 | 120.75 | 0.7 | 0.55 |
| Hex | 3C | DC | 3E | 49 | 0 | 48 | E | 79 | 46 | 37 |
| Octal | 74 | 334 | 76 | 111 | 0 | 110 | 16 | 171 | 106 | 67 |
| Binary | 111100 | 11011100 | 111110 | 1001001 | 0 | 1001000 | 1110 | 1111001 | 1000110 | 110111 |
Color Harmonies of #3CDC3E
Complementary color
Monochromatic Colors of #3CDC3E
Black with #3CDC3E
Text Example
Text Example
White with #3CDC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDC3E; }
p { color: rgb(60,220,62); }
H1.HeaderClassName
{
color: #3CDC3E;
}
.AnyTagClassName
{
color: #3CDC3E;
}
</style>
background-color css
<style>
a { background-color: #3CDC3E; }
a { background-color: rgb(60,220,62); }
div.DivClassName
{
background-color: #3CDC3E;
}
.BgClassName
{
background-color: #3CDC3E;
}
</style>
border-color css
<style>
span { border-color: #3CDC3E; }
span { border-color: rgb(60,220,62); }
td.TdClassName
{
border-color: #3CDC3E;
}
.TagClassName
{
border-color: #3CDC3E;
}
</style>