Shades of Lime Green #3CDA3C
Tints of Lime Green #3CDA3C
RGB
CMYK
RGB Variations
Color information
#3CDA3C (or 0x3CDA3C) is known color: Lime Green. HEX triplet: 3C, DA and 3C. RGB value is (60,218,60). Sum of RGB (Red+Green+Blue) = 60+218+60=338 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.75% from 338); Green value is 218 (85.55% from 255 or 64.50% from 338); Blue value is 60 (23.83% from 255 or 17.75% from 338); Max value from RGB is 218 - color contains mainly: green. Hex color #3CDA3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDA3C is #C325C3. Grayscale: #999999. Windows color (decimal): -12789188 or 3988028. OLE color: 3988028.
HSL color Cylindrical-coordinate representation of color #3CDA3C: hue angle of 120º 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 #3CDA3C is Cyan = 0.72, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 218 | 60 | - |
| CMYK | 0.72 | 0 | 0.72 | 0.15 |
| HSL | 120º | 0.68% | 0.55% | - |
| HSV(B) | 120º | 0.72% | 0.85% | - |
| XYZ | 27.75 | 51.43 | 12.74 | - |
| YUV | 152.75 | 75.65 | 61.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 218 | 60 | 0.72 | 0 | 0.72 | 0.15 | 120 | 0.68 | 0.55 |
| Hex | 3C | DA | 3C | 48 | 0 | 48 | F | 78 | 44 | 37 |
| Octal | 74 | 332 | 74 | 110 | 0 | 110 | 17 | 170 | 104 | 67 |
| Binary | 111100 | 11011010 | 111100 | 1001000 | 0 | 1001000 | 1111 | 1111000 | 1000100 | 110111 |
Color Harmonies of #3CDA3C
Complementary color
Monochromatic Colors of #3CDA3C
Black with #3CDA3C
Text Example
Text Example
White with #3CDA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDA3C; }
p { color: rgb(60,218,60); }
H1.HeaderClassName
{
color: #3CDA3C;
}
.AnyTagClassName
{
color: #3CDA3C;
}
</style>
background-color css
<style>
a { background-color: #3CDA3C; }
a { background-color: rgb(60,218,60); }
div.DivClassName
{
background-color: #3CDA3C;
}
.BgClassName
{
background-color: #3CDA3C;
}
</style>
border-color css
<style>
span { border-color: #3CDA3C; }
span { border-color: rgb(60,218,60); }
td.TdClassName
{
border-color: #3CDA3C;
}
.TagClassName
{
border-color: #3CDA3C;
}
</style>