Shades of Lime Green #3CE332
Tints of Lime Green #3CE332
RGB
CMYK
RGB Variations
Color information
#3CE332 (or 0x3CE332) is known color: Lime Green. HEX triplet: 3C, E3 and 32. RGB value is (60,227,50). Sum of RGB (Red+Green+Blue) = 60+227+50=337 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.80% from 337); Green value is 227 (89.06% from 255 or 67.36% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 227 - color contains mainly: green. Hex color #3CE332 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CE332 is #C31CCD. Grayscale: #9D9D9D. Windows color (decimal): -12786894 or 3334972. OLE color: 3334972.
HSL color Cylindrical-coordinate representation of color #3CE332: hue angle of 116.61º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3CE332 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 60 | 227 | 50 | - |
| CMYK | 0.74 | 0 | 0.78 | 0.11 |
| HSL | 116.61º | 0.76% | 0.54% | - |
| HSV(B) | 116.61º | 0.78% | 0.89% | - |
| XYZ | 29.91 | 56.13 | 12.28 | - |
| YUV | 156.89 | 67.67 | 58.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 227 | 50 | 0.74 | 0 | 0.78 | 0.11 | 116.61 | 0.76 | 0.54 |
| Hex | 3C | E3 | 32 | 4A | 0 | 4E | B | 75 | 4C | 36 |
| Octal | 74 | 343 | 62 | 112 | 0 | 116 | 13 | 165 | 114 | 66 |
| Binary | 111100 | 11100011 | 110010 | 1001010 | 0 | 1001110 | 1011 | 1110101 | 1001100 | 110110 |
Color Harmonies of #3CE332
Complementary color
Monochromatic Colors of #3CE332
Black with #3CE332
Text Example
Text Example
White with #3CE332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE332; }
p { color: rgb(60,227,50); }
H1.HeaderClassName
{
color: #3CE332;
}
.AnyTagClassName
{
color: #3CE332;
}
</style>
background-color css
<style>
a { background-color: #3CE332; }
a { background-color: rgb(60,227,50); }
div.DivClassName
{
background-color: #3CE332;
}
.BgClassName
{
background-color: #3CE332;
}
</style>
border-color css
<style>
span { border-color: #3CE332; }
span { border-color: rgb(60,227,50); }
td.TdClassName
{
border-color: #3CE332;
}
.TagClassName
{
border-color: #3CE332;
}
</style>