Shades of Lime Green #3CDA57
Tints of Lime Green #3CDA57
RGB
CMYK
RGB Variations
Color information
#3CDA57 (or 0x3CDA57) is known color: Lime Green. HEX triplet: 3C, DA and 57. RGB value is (60,218,87). Sum of RGB (Red+Green+Blue) = 60+218+87=365 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.44% from 365); Green value is 218 (85.55% from 255 or 59.73% from 365); Blue value is 87 (34.38% from 255 or 23.84% from 365); Max value from RGB is 218 - color contains mainly: green. Hex color #3CDA57 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDA57 is #C325A8. Grayscale: #9C9C9C. Windows color (decimal): -12789161 or 5757500. OLE color: 5757500.
HSL color Cylindrical-coordinate representation of color #3CDA57: hue angle of 130.25º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CDA57 is Cyan = 0.72, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 218 | 87 | - |
| CMYK | 0.72 | 0 | 0.60 | 0.15 |
| HSL | 130.25º | 0.68% | 0.55% | - |
| HSV(B) | 130.25º | 0.72% | 0.85% | - |
| XYZ | 28.66 | 51.79 | 17.5 | - |
| YUV | 155.82 | 89.15 | 59.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 218 | 87 | 0.72 | 0 | 0.60 | 0.15 | 130.25 | 0.68 | 0.55 |
| Hex | 3C | DA | 57 | 48 | 0 | 3C | F | 82 | 44 | 37 |
| Octal | 74 | 332 | 127 | 110 | 0 | 74 | 17 | 202 | 104 | 67 |
| Binary | 111100 | 11011010 | 1010111 | 1001000 | 0 | 111100 | 1111 | 10000010 | 1000100 | 110111 |
Color Harmonies of #3CDA57
Complementary color
Monochromatic Colors of #3CDA57
Black with #3CDA57
Text Example
Text Example
White with #3CDA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDA57; }
p { color: rgb(60,218,87); }
H1.HeaderClassName
{
color: #3CDA57;
}
.AnyTagClassName
{
color: #3CDA57;
}
</style>
background-color css
<style>
a { background-color: #3CDA57; }
a { background-color: rgb(60,218,87); }
div.DivClassName
{
background-color: #3CDA57;
}
.BgClassName
{
background-color: #3CDA57;
}
</style>
border-color css
<style>
span { border-color: #3CDA57; }
span { border-color: rgb(60,218,87); }
td.TdClassName
{
border-color: #3CDA57;
}
.TagClassName
{
border-color: #3CDA57;
}
</style>