Shades of Lime Green #3CDC42
Tints of Lime Green #3CDC42
RGB
CMYK
RGB Variations
Color information
#3CDC42 (or 0x3CDC42) is known color: Lime Green. HEX triplet: 3C, DC and 42. RGB value is (60,220,66). Sum of RGB (Red+Green+Blue) = 60+220+66=346 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.34% from 346); Green value is 220 (86.33% from 255 or 63.58% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDC42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDC42 is #C323BD. Grayscale: #9B9B9B. Windows color (decimal): -12788670 or 4381756. OLE color: 4381756.
HSL color Cylindrical-coordinate representation of color #3CDC42: hue angle of 122.25º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDC42 is Cyan = 0.73, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 220 | 66 | - |
| CMYK | 0.73 | 0 | 0.7 | 0.14 |
| HSL | 122.25º | 0.7% | 0.55% | - |
| HSV(B) | 122.25º | 0.73% | 0.86% | - |
| XYZ | 28.44 | 52.54 | 13.8 | - |
| YUV | 154.6 | 77.99 | 60.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 220 | 66 | 0.73 | 0 | 0.7 | 0.14 | 122.25 | 0.7 | 0.55 |
| Hex | 3C | DC | 42 | 49 | 0 | 46 | E | 7A | 46 | 37 |
| Octal | 74 | 334 | 102 | 111 | 0 | 106 | 16 | 172 | 106 | 67 |
| Binary | 111100 | 11011100 | 1000010 | 1001001 | 0 | 1000110 | 1110 | 1111010 | 1000110 | 110111 |
Color Harmonies of #3CDC42
Complementary color
Monochromatic Colors of #3CDC42
Black with #3CDC42
Text Example
Text Example
White with #3CDC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDC42; }
p { color: rgb(60,220,66); }
H1.HeaderClassName
{
color: #3CDC42;
}
.AnyTagClassName
{
color: #3CDC42;
}
</style>
background-color css
<style>
a { background-color: #3CDC42; }
a { background-color: rgb(60,220,66); }
div.DivClassName
{
background-color: #3CDC42;
}
.BgClassName
{
background-color: #3CDC42;
}
</style>
border-color css
<style>
span { border-color: #3CDC42; }
span { border-color: rgb(60,220,66); }
td.TdClassName
{
border-color: #3CDC42;
}
.TagClassName
{
border-color: #3CDC42;
}
</style>