Shades of Lime Green #3CE329
Tints of Lime Green #3CE329
RGB
CMYK
RGB Variations
Color information
#3CE329 (or 0x3CE329) is known color: Lime Green. HEX triplet: 3C, E3 and 29. RGB value is (60,227,41). Sum of RGB (Red+Green+Blue) = 60+227+41=328 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.29% from 328); Green value is 227 (89.06% from 255 or 69.21% from 328); Blue value is 41 (16.41% from 255 or 12.5% from 328); Max value from RGB is 227 - color contains mainly: green. Hex color #3CE329 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CE329 is #C31CD6. Grayscale: #9C9C9C. Windows color (decimal): -12786903 or 2745148. OLE color: 2745148.
HSL color Cylindrical-coordinate representation of color #3CE329: hue angle of 113.87º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3CE329 is Cyan = 0.74, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 60 | 227 | 41 | - |
| CMYK | 0.74 | 0 | 0.82 | 0.11 |
| HSL | 113.87º | 0.77% | 0.53% | - |
| HSV(B) | 113.87º | 0.82% | 0.89% | - |
| XYZ | 29.73 | 56.06 | 11.35 | - |
| YUV | 155.86 | 63.17 | 59.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 227 | 41 | 0.74 | 0 | 0.82 | 0.11 | 113.87 | 0.77 | 0.53 |
| Hex | 3C | E3 | 29 | 4A | 0 | 52 | B | 72 | 4D | 35 |
| Octal | 74 | 343 | 51 | 112 | 0 | 122 | 13 | 162 | 115 | 65 |
| Binary | 111100 | 11100011 | 101001 | 1001010 | 0 | 1010010 | 1011 | 1110010 | 1001101 | 110101 |
Color Harmonies of #3CE329
Complementary color
Monochromatic Colors of #3CE329
Black with #3CE329
Text Example
Text Example
White with #3CE329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE329; }
p { color: rgb(60,227,41); }
H1.HeaderClassName
{
color: #3CE329;
}
.AnyTagClassName
{
color: #3CE329;
}
</style>
background-color css
<style>
a { background-color: #3CE329; }
a { background-color: rgb(60,227,41); }
div.DivClassName
{
background-color: #3CE329;
}
.BgClassName
{
background-color: #3CE329;
}
</style>
border-color css
<style>
span { border-color: #3CE329; }
span { border-color: rgb(60,227,41); }
td.TdClassName
{
border-color: #3CE329;
}
.TagClassName
{
border-color: #3CE329;
}
</style>