Shades of Lime Green #3CDF57
Tints of Lime Green #3CDF57
RGB
CMYK
RGB Variations
Color information
#3CDF57 (or 0x3CDF57) is known color: Lime Green. HEX triplet: 3C, DF and 57. RGB value is (60,223,87). Sum of RGB (Red+Green+Blue) = 60+223+87=370 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.22% from 370); Green value is 223 (87.5% from 255 or 60.27% from 370); Blue value is 87 (34.38% from 255 or 23.51% from 370); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDF57 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDF57 is #C320A8. Grayscale: #9F9F9F. Windows color (decimal): -12787881 or 5758780. OLE color: 5758780.
HSL color Cylindrical-coordinate representation of color #3CDF57: hue angle of 129.94º degrees, saturation: 0.72, 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 #3CDF57 is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 223 | 87 | - |
| CMYK | 0.73 | 0 | 0.61 | 0.13 |
| HSL | 129.94º | 0.72% | 0.55% | - |
| HSV(B) | 129.94º | 0.73% | 0.87% | - |
| XYZ | 29.97 | 54.42 | 17.94 | - |
| YUV | 158.76 | 87.5 | 57.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 223 | 87 | 0.73 | 0 | 0.61 | 0.13 | 129.94 | 0.72 | 0.55 |
| Hex | 3C | DF | 57 | 49 | 0 | 3D | D | 82 | 48 | 37 |
| Octal | 74 | 337 | 127 | 111 | 0 | 75 | 15 | 202 | 110 | 67 |
| Binary | 111100 | 11011111 | 1010111 | 1001001 | 0 | 111101 | 1101 | 10000010 | 1001000 | 110111 |
Color Harmonies of #3CDF57
Complementary color
Monochromatic Colors of #3CDF57
Black with #3CDF57
Text Example
Text Example
White with #3CDF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDF57; }
p { color: rgb(60,223,87); }
H1.HeaderClassName
{
color: #3CDF57;
}
.AnyTagClassName
{
color: #3CDF57;
}
</style>
background-color css
<style>
a { background-color: #3CDF57; }
a { background-color: rgb(60,223,87); }
div.DivClassName
{
background-color: #3CDF57;
}
.BgClassName
{
background-color: #3CDF57;
}
</style>
border-color css
<style>
span { border-color: #3CDF57; }
span { border-color: rgb(60,223,87); }
td.TdClassName
{
border-color: #3CDF57;
}
.TagClassName
{
border-color: #3CDF57;
}
</style>