Shades of Lime Green #3CE019
Tints of Lime Green #3CE019
RGB
CMYK
RGB Variations
Color information
#3CE019 (or 0x3CE019) is known color: Lime Green. HEX triplet: 3C, E0 and 19. RGB value is (60,224,25). Sum of RGB (Red+Green+Blue) = 60+224+25=309 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.42% from 309); Green value is 224 (87.89% from 255 or 72.49% from 309); Blue value is 25 (10.16% from 255 or 8.09% from 309); Max value from RGB is 224 - color contains mainly: green. Hex color #3CE019 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3CE019 is #C31FE6. Grayscale: #989898. Windows color (decimal): -12787687 or 1695804. OLE color: 1695804.
HSL color Cylindrical-coordinate representation of color #3CE019: hue angle of 109.45º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3CE019 is Cyan = 0.73, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 60 | 224 | 25 | - |
| CMYK | 0.73 | 0 | 0.89 | 0.12 |
| HSL | 109.45º | 0.8% | 0.49% | - |
| HSV(B) | 109.45º | 0.89% | 0.88% | - |
| XYZ | 28.69 | 54.34 | 9.9 | - |
| YUV | 152.28 | 56.17 | 62.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 224 | 25 | 0.73 | 0 | 0.89 | 0.12 | 109.45 | 0.8 | 0.49 |
| Hex | 3C | E0 | 19 | 49 | 0 | 59 | C | 6D | 50 | 31 |
| Octal | 74 | 340 | 31 | 111 | 0 | 131 | 14 | 155 | 120 | 61 |
| Binary | 111100 | 11100000 | 11001 | 1001001 | 0 | 1011001 | 1100 | 1101101 | 1010000 | 110001 |
Color Harmonies of #3CE019
Complementary color
Monochromatic Colors of #3CE019
Black with #3CE019
Text Example
Text Example
White with #3CE019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE019; }
p { color: rgb(60,224,25); }
H1.HeaderClassName
{
color: #3CE019;
}
.AnyTagClassName
{
color: #3CE019;
}
</style>
background-color css
<style>
a { background-color: #3CE019; }
a { background-color: rgb(60,224,25); }
div.DivClassName
{
background-color: #3CE019;
}
.BgClassName
{
background-color: #3CE019;
}
</style>
border-color css
<style>
span { border-color: #3CE019; }
span { border-color: rgb(60,224,25); }
td.TdClassName
{
border-color: #3CE019;
}
.TagClassName
{
border-color: #3CE019;
}
</style>