Shades of Lime Green #3CDD53
Tints of Lime Green #3CDD53
RGB
CMYK
RGB Variations
Color information
#3CDD53 (or 0x3CDD53) is known color: Lime Green. HEX triplet: 3C, DD and 53. RGB value is (60,221,83). Sum of RGB (Red+Green+Blue) = 60+221+83=364 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.48% from 364); Green value is 221 (86.72% from 255 or 60.71% from 364); Blue value is 83 (32.81% from 255 or 22.80% from 364); Max value from RGB is 221 - color contains mainly: green. Hex color #3CDD53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDD53 is #C322AC. Grayscale: #9D9D9D. Windows color (decimal): -12788397 or 5496124. OLE color: 5496124.
HSL color Cylindrical-coordinate representation of color #3CDD53: hue angle of 128.57º 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 #3CDD53 is Cyan = 0.73, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 221 | 83 | - |
| CMYK | 0.73 | 0 | 0.62 | 0.13 |
| HSL | 128.57º | 0.7% | 0.55% | - |
| HSV(B) | 128.57º | 0.73% | 0.87% | - |
| XYZ | 29.28 | 53.3 | 16.93 | - |
| YUV | 157.13 | 86.16 | 58.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 221 | 83 | 0.73 | 0 | 0.62 | 0.13 | 128.57 | 0.7 | 0.55 |
| Hex | 3C | DD | 53 | 49 | 0 | 3E | D | 81 | 46 | 37 |
| Octal | 74 | 335 | 123 | 111 | 0 | 76 | 15 | 201 | 106 | 67 |
| Binary | 111100 | 11011101 | 1010011 | 1001001 | 0 | 111110 | 1101 | 10000001 | 1000110 | 110111 |
Color Harmonies of #3CDD53
Complementary color
Monochromatic Colors of #3CDD53
Black with #3CDD53
Text Example
Text Example
White with #3CDD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDD53; }
p { color: rgb(60,221,83); }
H1.HeaderClassName
{
color: #3CDD53;
}
.AnyTagClassName
{
color: #3CDD53;
}
</style>
background-color css
<style>
a { background-color: #3CDD53; }
a { background-color: rgb(60,221,83); }
div.DivClassName
{
background-color: #3CDD53;
}
.BgClassName
{
background-color: #3CDD53;
}
</style>
border-color css
<style>
span { border-color: #3CDD53; }
span { border-color: rgb(60,221,83); }
td.TdClassName
{
border-color: #3CDD53;
}
.TagClassName
{
border-color: #3CDD53;
}
</style>