Shades of Lime Green #3CDD57
Tints of Lime Green #3CDD57
RGB
CMYK
RGB Variations
Color information
#3CDD57 (or 0x3CDD57) is known color: Lime Green. HEX triplet: 3C, DD and 57. RGB value is (60,221,87). Sum of RGB (Red+Green+Blue) = 60+221+87=368 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.30% from 368); Green value is 221 (86.72% from 255 or 60.05% from 368); Blue value is 87 (34.38% from 255 or 23.64% from 368); Max value from RGB is 221 - color contains mainly: green. Hex color #3CDD57 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDD57 is #C322A8. Grayscale: #9D9D9D. Windows color (decimal): -12788393 or 5758268. OLE color: 5758268.
HSL color Cylindrical-coordinate representation of color #3CDD57: hue angle of 130.06º 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 #3CDD57 is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 221 | 87 | - |
| CMYK | 0.73 | 0 | 0.61 | 0.13 |
| HSL | 130.06º | 0.7% | 0.55% | - |
| HSV(B) | 130.06º | 0.73% | 0.87% | - |
| XYZ | 29.44 | 53.36 | 17.77 | - |
| YUV | 157.59 | 88.16 | 58.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 221 | 87 | 0.73 | 0 | 0.61 | 0.13 | 130.06 | 0.7 | 0.55 |
| Hex | 3C | DD | 57 | 49 | 0 | 3D | D | 82 | 46 | 37 |
| Octal | 74 | 335 | 127 | 111 | 0 | 75 | 15 | 202 | 106 | 67 |
| Binary | 111100 | 11011101 | 1010111 | 1001001 | 0 | 111101 | 1101 | 10000010 | 1000110 | 110111 |
Color Harmonies of #3CDD57
Complementary color
Monochromatic Colors of #3CDD57
Black with #3CDD57
Text Example
Text Example
White with #3CDD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDD57; }
p { color: rgb(60,221,87); }
H1.HeaderClassName
{
color: #3CDD57;
}
.AnyTagClassName
{
color: #3CDD57;
}
</style>
background-color css
<style>
a { background-color: #3CDD57; }
a { background-color: rgb(60,221,87); }
div.DivClassName
{
background-color: #3CDD57;
}
.BgClassName
{
background-color: #3CDD57;
}
</style>
border-color css
<style>
span { border-color: #3CDD57; }
span { border-color: rgb(60,221,87); }
td.TdClassName
{
border-color: #3CDD57;
}
.TagClassName
{
border-color: #3CDD57;
}
</style>