Shades of Lime Green #3CDC32
Tints of Lime Green #3CDC32
RGB
CMYK
RGB Variations
Color information
#3CDC32 (or 0x3CDC32) is known color: Lime Green. HEX triplet: 3C, DC and 32. RGB value is (60,220,50). Sum of RGB (Red+Green+Blue) = 60+220+50=330 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.18% from 330); Green value is 220 (86.33% from 255 or 66.67% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDC32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CDC32 is #C323CD. Grayscale: #999999. Windows color (decimal): -12788686 or 3333180. OLE color: 3333180.
HSL color Cylindrical-coordinate representation of color #3CDC32: hue angle of 116.47º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3CDC32 is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 220 | 50 | - |
| CMYK | 0.73 | 0 | 0.77 | 0.14 |
| HSL | 116.47º | 0.71% | 0.53% | - |
| HSV(B) | 116.47º | 0.77% | 0.86% | - |
| XYZ | 28.03 | 52.38 | 11.65 | - |
| YUV | 152.78 | 69.99 | 61.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 220 | 50 | 0.73 | 0 | 0.77 | 0.14 | 116.47 | 0.71 | 0.53 |
| Hex | 3C | DC | 32 | 49 | 0 | 4D | E | 74 | 47 | 35 |
| Octal | 74 | 334 | 62 | 111 | 0 | 115 | 16 | 164 | 107 | 65 |
| Binary | 111100 | 11011100 | 110010 | 1001001 | 0 | 1001101 | 1110 | 1110100 | 1000111 | 110101 |
Color Harmonies of #3CDC32
Complementary color
Monochromatic Colors of #3CDC32
Black with #3CDC32
Text Example
Text Example
White with #3CDC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDC32; }
p { color: rgb(60,220,50); }
H1.HeaderClassName
{
color: #3CDC32;
}
.AnyTagClassName
{
color: #3CDC32;
}
</style>
background-color css
<style>
a { background-color: #3CDC32; }
a { background-color: rgb(60,220,50); }
div.DivClassName
{
background-color: #3CDC32;
}
.BgClassName
{
background-color: #3CDC32;
}
</style>
border-color css
<style>
span { border-color: #3CDC32; }
span { border-color: rgb(60,220,50); }
td.TdClassName
{
border-color: #3CDC32;
}
.TagClassName
{
border-color: #3CDC32;
}
</style>