Shades of Lime Green #3CDF55
Tints of Lime Green #3CDF55
RGB
CMYK
RGB Variations
Color information
#3CDF55 (or 0x3CDF55) is known color: Lime Green. HEX triplet: 3C, DF and 55. RGB value is (60,223,85). Sum of RGB (Red+Green+Blue) = 60+223+85=368 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.30% from 368); Green value is 223 (87.5% from 255 or 60.60% from 368); Blue value is 85 (33.59% from 255 or 23.10% from 368); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDF55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDF55 is #C320AA. Grayscale: #9E9E9E. Windows color (decimal): -12787883 or 5627708. OLE color: 5627708.
HSL color Cylindrical-coordinate representation of color #3CDF55: hue angle of 129.2º 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 #3CDF55 is Cyan = 0.73, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 223 | 85 | - |
| CMYK | 0.73 | 0 | 0.62 | 0.13 |
| HSL | 129.2º | 0.72% | 0.55% | - |
| HSV(B) | 129.2º | 0.73% | 0.87% | - |
| XYZ | 29.89 | 54.39 | 17.52 | - |
| YUV | 158.53 | 86.5 | 57.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 223 | 85 | 0.73 | 0 | 0.62 | 0.13 | 129.2 | 0.72 | 0.55 |
| Hex | 3C | DF | 55 | 49 | 0 | 3E | D | 81 | 48 | 37 |
| Octal | 74 | 337 | 125 | 111 | 0 | 76 | 15 | 201 | 110 | 67 |
| Binary | 111100 | 11011111 | 1010101 | 1001001 | 0 | 111110 | 1101 | 10000001 | 1001000 | 110111 |
Color Harmonies of #3CDF55
Complementary color
Monochromatic Colors of #3CDF55
Black with #3CDF55
Text Example
Text Example
White with #3CDF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDF55; }
p { color: rgb(60,223,85); }
H1.HeaderClassName
{
color: #3CDF55;
}
.AnyTagClassName
{
color: #3CDF55;
}
</style>
background-color css
<style>
a { background-color: #3CDF55; }
a { background-color: rgb(60,223,85); }
div.DivClassName
{
background-color: #3CDF55;
}
.BgClassName
{
background-color: #3CDF55;
}
</style>
border-color css
<style>
span { border-color: #3CDF55; }
span { border-color: rgb(60,223,85); }
td.TdClassName
{
border-color: #3CDF55;
}
.TagClassName
{
border-color: #3CDF55;
}
</style>