Shades of Lime Green #3CE220
Tints of Lime Green #3CE220
RGB
CMYK
RGB Variations
Color information
#3CE220 (or 0x3CE220) is known color: Lime Green. HEX triplet: 3C, E2 and 20. RGB value is (60,226,32). Sum of RGB (Red+Green+Blue) = 60+226+32=318 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.87% from 318); Green value is 226 (88.67% from 255 or 71.07% from 318); Blue value is 32 (12.89% from 255 or 10.06% from 318); Max value from RGB is 226 - color contains mainly: green. Hex color #3CE220 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CE220 is #C31DDF. Grayscale: #9A9A9A. Windows color (decimal): -12787168 or 2155068. OLE color: 2155068.
HSL color Cylindrical-coordinate representation of color #3CE220: hue angle of 111.34º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3CE220 is Cyan = 0.73, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 60 | 226 | 32 | - |
| CMYK | 0.73 | 0 | 0.86 | 0.11 |
| HSL | 111.34º | 0.77% | 0.51% | - |
| HSV(B) | 111.34º | 0.86% | 0.89% | - |
| XYZ | 29.32 | 55.46 | 10.53 | - |
| YUV | 154.25 | 59 | 60.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 226 | 32 | 0.73 | 0 | 0.86 | 0.11 | 111.34 | 0.77 | 0.51 |
| Hex | 3C | E2 | 20 | 49 | 0 | 56 | B | 6F | 4D | 33 |
| Octal | 74 | 342 | 40 | 111 | 0 | 126 | 13 | 157 | 115 | 63 |
| Binary | 111100 | 11100010 | 100000 | 1001001 | 0 | 1010110 | 1011 | 1101111 | 1001101 | 110011 |
Color Harmonies of #3CE220
Complementary color
Monochromatic Colors of #3CE220
Black with #3CE220
Text Example
Text Example
White with #3CE220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE220; }
p { color: rgb(60,226,32); }
H1.HeaderClassName
{
color: #3CE220;
}
.AnyTagClassName
{
color: #3CE220;
}
</style>
background-color css
<style>
a { background-color: #3CE220; }
a { background-color: rgb(60,226,32); }
div.DivClassName
{
background-color: #3CE220;
}
.BgClassName
{
background-color: #3CE220;
}
</style>
border-color css
<style>
span { border-color: #3CE220; }
span { border-color: rgb(60,226,32); }
td.TdClassName
{
border-color: #3CE220;
}
.TagClassName
{
border-color: #3CE220;
}
</style>