Shades of Lime Green #3CDC3D
Tints of Lime Green #3CDC3D
RGB
CMYK
RGB Variations
Color information
#3CDC3D (or 0x3CDC3D) is known color: Lime Green. HEX triplet: 3C, DC and 3D. RGB value is (60,220,61). Sum of RGB (Red+Green+Blue) = 60+220+61=341 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.60% from 341); Green value is 220 (86.33% from 255 or 64.52% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDC3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDC3D is #C323C2. Grayscale: #9A9A9A. Windows color (decimal): -12788675 or 4054076. OLE color: 4054076.
HSL color Cylindrical-coordinate representation of color #3CDC3D: hue angle of 120.37º 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 #3CDC3D is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 220 | 61 | - |
| CMYK | 0.73 | 0 | 0.72 | 0.14 |
| HSL | 120.38º | 0.7% | 0.55% | - |
| HSV(B) | 120.38º | 0.73% | 0.86% | - |
| XYZ | 28.3 | 52.48 | 13.05 | - |
| YUV | 154.03 | 75.49 | 60.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 220 | 61 | 0.73 | 0 | 0.72 | 0.14 | 120.38 | 0.7 | 0.55 |
| Hex | 3C | DC | 3D | 49 | 0 | 48 | E | 78 | 46 | 37 |
| Octal | 74 | 334 | 75 | 111 | 0 | 110 | 16 | 170 | 106 | 67 |
| Binary | 111100 | 11011100 | 111101 | 1001001 | 0 | 1001000 | 1110 | 1111000 | 1000110 | 110111 |
Color Harmonies of #3CDC3D
Complementary color
Monochromatic Colors of #3CDC3D
Black with #3CDC3D
Text Example
Text Example
White with #3CDC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDC3D; }
p { color: rgb(60,220,61); }
H1.HeaderClassName
{
color: #3CDC3D;
}
.AnyTagClassName
{
color: #3CDC3D;
}
</style>
background-color css
<style>
a { background-color: #3CDC3D; }
a { background-color: rgb(60,220,61); }
div.DivClassName
{
background-color: #3CDC3D;
}
.BgClassName
{
background-color: #3CDC3D;
}
</style>
border-color css
<style>
span { border-color: #3CDC3D; }
span { border-color: rgb(60,220,61); }
td.TdClassName
{
border-color: #3CDC3D;
}
.TagClassName
{
border-color: #3CDC3D;
}
</style>