Shades of Lime Green #3CCC29
Tints of Lime Green #3CCC29
RGB
CMYK
RGB Variations
Color information
#3CCC29 (or 0x3CCC29) is known color: Lime Green. HEX triplet: 3C, CC and 29. RGB value is (60,204,41). Sum of RGB (Red+Green+Blue) = 60+204+41=305 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.67% from 305); Green value is 204 (80.08% from 255 or 66.89% from 305); Blue value is 41 (16.41% from 255 or 13.44% from 305); Max value from RGB is 204 - color contains mainly: green. Hex color #3CCC29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CCC29 is #C333D6. Grayscale: #8E8E8E. Windows color (decimal): -12792791 or 2739260. OLE color: 2739260.
HSL color Cylindrical-coordinate representation of color #3CCC29: hue angle of 113.01º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3CCC29 is Cyan = 0.71, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 60 | 204 | 41 | - |
| CMYK | 0.71 | 0 | 0.80 | 0.2 |
| HSL | 113.01º | 0.67% | 0.48% | - |
| HSV(B) | 113.01º | 0.8% | 0.8% | - |
| XYZ | 23.86 | 44.31 | 9.39 | - |
| YUV | 142.36 | 70.79 | 69.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 204 | 41 | 0.71 | 0 | 0.80 | 0.2 | 113.01 | 0.67 | 0.48 |
| Hex | 3C | CC | 29 | 47 | 0 | 50 | 14 | 71 | 43 | 30 |
| Octal | 74 | 314 | 51 | 107 | 0 | 120 | 24 | 161 | 103 | 60 |
| Binary | 111100 | 11001100 | 101001 | 1000111 | 0 | 1010000 | 10100 | 1110001 | 1000011 | 110000 |
Color Harmonies of #3CCC29
Complementary color
Monochromatic Colors of #3CCC29
Black with #3CCC29
Text Example
Text Example
White with #3CCC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCC29; }
p { color: rgb(60,204,41); }
H1.HeaderClassName
{
color: #3CCC29;
}
.AnyTagClassName
{
color: #3CCC29;
}
</style>
background-color css
<style>
a { background-color: #3CCC29; }
a { background-color: rgb(60,204,41); }
div.DivClassName
{
background-color: #3CCC29;
}
.BgClassName
{
background-color: #3CCC29;
}
</style>
border-color css
<style>
span { border-color: #3CCC29; }
span { border-color: rgb(60,204,41); }
td.TdClassName
{
border-color: #3CCC29;
}
.TagClassName
{
border-color: #3CCC29;
}
</style>