Shades of Lime Green #3CE740
Tints of Lime Green #3CE740
RGB
CMYK
RGB Variations
Color information
#3CE740 (or 0x3CE740) is known color: Lime Green. HEX triplet: 3C, E7 and 40. RGB value is (60,231,64). Sum of RGB (Red+Green+Blue) = 60+231+64=355 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.90% from 355); Green value is 231 (90.62% from 255 or 65.07% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 231 - color contains mainly: green. Hex color #3CE740 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CE740 is #C318BF. Grayscale: #A1A1A1. Windows color (decimal): -12785856 or 4253500. OLE color: 4253500.
HSL color Cylindrical-coordinate representation of color #3CE740: hue angle of 121.4º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CE740 is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 60 | 231 | 64 | - |
| CMYK | 0.74 | 0 | 0.72 | 0.09 |
| HSL | 121.4º | 0.78% | 0.57% | - |
| HSV(B) | 121.4º | 0.74% | 0.91% | - |
| XYZ | 31.36 | 58.48 | 14.49 | - |
| YUV | 160.83 | 73.35 | 56.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 231 | 64 | 0.74 | 0 | 0.72 | 0.09 | 121.4 | 0.78 | 0.57 |
| Hex | 3C | E7 | 40 | 4A | 0 | 48 | 9 | 79 | 4E | 39 |
| Octal | 74 | 347 | 100 | 112 | 0 | 110 | 11 | 171 | 116 | 71 |
| Binary | 111100 | 11100111 | 1000000 | 1001010 | 0 | 1001000 | 1001 | 1111001 | 1001110 | 111001 |
Color Harmonies of #3CE740
Complementary color
Monochromatic Colors of #3CE740
Black with #3CE740
Text Example
Text Example
White with #3CE740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE740; }
p { color: rgb(60,231,64); }
H1.HeaderClassName
{
color: #3CE740;
}
.AnyTagClassName
{
color: #3CE740;
}
</style>
background-color css
<style>
a { background-color: #3CE740; }
a { background-color: rgb(60,231,64); }
div.DivClassName
{
background-color: #3CE740;
}
.BgClassName
{
background-color: #3CE740;
}
</style>
border-color css
<style>
span { border-color: #3CE740; }
span { border-color: rgb(60,231,64); }
td.TdClassName
{
border-color: #3CE740;
}
.TagClassName
{
border-color: #3CE740;
}
</style>