Shades of Lime Green #3CE328
Tints of Lime Green #3CE328
RGB
CMYK
RGB Variations
Color information
#3CE328 (or 0x3CE328) is known color: Lime Green. HEX triplet: 3C, E3 and 28. RGB value is (60,227,40). Sum of RGB (Red+Green+Blue) = 60+227+40=327 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.35% from 327); Green value is 227 (89.06% from 255 or 69.42% from 327); Blue value is 40 (16.02% from 255 or 12.23% from 327); Max value from RGB is 227 - color contains mainly: green. Hex color #3CE328 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CE328 is #C31CD7. Grayscale: #9C9C9C. Windows color (decimal): -12786904 or 2679612. OLE color: 2679612.
HSL color Cylindrical-coordinate representation of color #3CE328: hue angle of 113.58º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3CE328 is Cyan = 0.74, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 60 | 227 | 40 | - |
| CMYK | 0.74 | 0 | 0.82 | 0.11 |
| HSL | 113.58º | 0.77% | 0.52% | - |
| HSV(B) | 113.58º | 0.82% | 0.89% | - |
| XYZ | 29.72 | 56.05 | 11.26 | - |
| YUV | 155.75 | 62.67 | 59.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 227 | 40 | 0.74 | 0 | 0.82 | 0.11 | 113.58 | 0.77 | 0.52 |
| Hex | 3C | E3 | 28 | 4A | 0 | 52 | B | 72 | 4D | 34 |
| Octal | 74 | 343 | 50 | 112 | 0 | 122 | 13 | 162 | 115 | 64 |
| Binary | 111100 | 11100011 | 101000 | 1001010 | 0 | 1010010 | 1011 | 1110010 | 1001101 | 110100 |
Color Harmonies of #3CE328
Complementary color
Monochromatic Colors of #3CE328
Black with #3CE328
Text Example
Text Example
White with #3CE328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE328; }
p { color: rgb(60,227,40); }
H1.HeaderClassName
{
color: #3CE328;
}
.AnyTagClassName
{
color: #3CE328;
}
</style>
background-color css
<style>
a { background-color: #3CE328; }
a { background-color: rgb(60,227,40); }
div.DivClassName
{
background-color: #3CE328;
}
.BgClassName
{
background-color: #3CE328;
}
</style>
border-color css
<style>
span { border-color: #3CE328; }
span { border-color: rgb(60,227,40); }
td.TdClassName
{
border-color: #3CE328;
}
.TagClassName
{
border-color: #3CE328;
}
</style>