Shades of Lime Green #3CDD3F
Tints of Lime Green #3CDD3F
RGB
CMYK
RGB Variations
Color information
#3CDD3F (or 0x3CDD3F) is known color: Lime Green. HEX triplet: 3C, DD and 3F. RGB value is (60,221,63). Sum of RGB (Red+Green+Blue) = 60+221+63=344 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.44% from 344); Green value is 221 (86.72% from 255 or 64.24% from 344); Blue value is 63 (25% from 255 or 18.31% from 344); Max value from RGB is 221 - color contains mainly: green. Hex color #3CDD3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDD3F is #C322C0. Grayscale: #9B9B9B. Windows color (decimal): -12788417 or 4185404. OLE color: 4185404.
HSL color Cylindrical-coordinate representation of color #3CDD3F: hue angle of 121.12º degrees, saturation: 0.7, 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 #3CDD3F is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 221 | 63 | - |
| CMYK | 0.73 | 0 | 0.71 | 0.13 |
| HSL | 121.12º | 0.7% | 0.55% | - |
| HSV(B) | 121.12º | 0.73% | 0.87% | - |
| XYZ | 28.62 | 53.03 | 13.43 | - |
| YUV | 154.85 | 76.16 | 60.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 221 | 63 | 0.73 | 0 | 0.71 | 0.13 | 121.12 | 0.7 | 0.55 |
| Hex | 3C | DD | 3F | 49 | 0 | 47 | D | 79 | 46 | 37 |
| Octal | 74 | 335 | 77 | 111 | 0 | 107 | 15 | 171 | 106 | 67 |
| Binary | 111100 | 11011101 | 111111 | 1001001 | 0 | 1000111 | 1101 | 1111001 | 1000110 | 110111 |
Color Harmonies of #3CDD3F
Complementary color
Monochromatic Colors of #3CDD3F
Black with #3CDD3F
Text Example
Text Example
White with #3CDD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDD3F; }
p { color: rgb(60,221,63); }
H1.HeaderClassName
{
color: #3CDD3F;
}
.AnyTagClassName
{
color: #3CDD3F;
}
</style>
background-color css
<style>
a { background-color: #3CDD3F; }
a { background-color: rgb(60,221,63); }
div.DivClassName
{
background-color: #3CDD3F;
}
.BgClassName
{
background-color: #3CDD3F;
}
</style>
border-color css
<style>
span { border-color: #3CDD3F; }
span { border-color: rgb(60,221,63); }
td.TdClassName
{
border-color: #3CDD3F;
}
.TagClassName
{
border-color: #3CDD3F;
}
</style>