Shades of Lime Green #3CDC38
Tints of Lime Green #3CDC38
RGB
CMYK
RGB Variations
Color information
#3CDC38 (or 0x3CDC38) is known color: Lime Green. HEX triplet: 3C, DC and 38. RGB value is (60,220,56). Sum of RGB (Red+Green+Blue) = 60+220+56=336 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.86% from 336); Green value is 220 (86.33% from 255 or 65.48% from 336); Blue value is 56 (22.27% from 255 or 16.67% from 336); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDC38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDC38 is #C323C7. Grayscale: #999999. Windows color (decimal): -12788680 or 3726396. OLE color: 3726396.
HSL color Cylindrical-coordinate representation of color #3CDC38: hue angle of 118.54º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CDC38 is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 220 | 56 | - |
| CMYK | 0.73 | 0 | 0.75 | 0.14 |
| HSL | 118.54º | 0.7% | 0.54% | - |
| HSV(B) | 118.54º | 0.75% | 0.86% | - |
| XYZ | 28.17 | 52.43 | 12.38 | - |
| YUV | 153.46 | 72.99 | 61.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 220 | 56 | 0.73 | 0 | 0.75 | 0.14 | 118.54 | 0.7 | 0.54 |
| Hex | 3C | DC | 38 | 49 | 0 | 4B | E | 77 | 46 | 36 |
| Octal | 74 | 334 | 70 | 111 | 0 | 113 | 16 | 167 | 106 | 66 |
| Binary | 111100 | 11011100 | 111000 | 1001001 | 0 | 1001011 | 1110 | 1110111 | 1000110 | 110110 |
Color Harmonies of #3CDC38
Complementary color
Monochromatic Colors of #3CDC38
Black with #3CDC38
Text Example
Text Example
White with #3CDC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDC38; }
p { color: rgb(60,220,56); }
H1.HeaderClassName
{
color: #3CDC38;
}
.AnyTagClassName
{
color: #3CDC38;
}
</style>
background-color css
<style>
a { background-color: #3CDC38; }
a { background-color: rgb(60,220,56); }
div.DivClassName
{
background-color: #3CDC38;
}
.BgClassName
{
background-color: #3CDC38;
}
</style>
border-color css
<style>
span { border-color: #3CDC38; }
span { border-color: rgb(60,220,56); }
td.TdClassName
{
border-color: #3CDC38;
}
.TagClassName
{
border-color: #3CDC38;
}
</style>