Shades of Lime Green #3CEB40
Tints of Lime Green #3CEB40
RGB
CMYK
RGB Variations
Color information
#3CEB40 (or 0x3CEB40) is known color: Lime Green. HEX triplet: 3C, EB and 40. RGB value is (60,235,64). Sum of RGB (Red+Green+Blue) = 60+235+64=359 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.71% from 359); Green value is 235 (92.19% from 255 or 65.46% from 359); Blue value is 64 (25.39% from 255 or 17.83% from 359); Max value from RGB is 235 - color contains mainly: green. Hex color #3CEB40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CEB40 is #C314BF. Grayscale: #A3A3A3. Windows color (decimal): -12784832 or 4254524. OLE color: 4254524.
HSL color Cylindrical-coordinate representation of color #3CEB40: hue angle of 121.37º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CEB40 is Cyan = 0.74, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 235 | 64 | - |
| CMYK | 0.74 | 0 | 0.73 | 0.08 |
| HSL | 121.37º | 0.81% | 0.58% | - |
| HSV(B) | 121.37º | 0.74% | 0.92% | - |
| XYZ | 32.5 | 60.75 | 14.86 | - |
| YUV | 163.18 | 72.02 | 54.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 235 | 64 | 0.74 | 0 | 0.73 | 0.08 | 121.37 | 0.81 | 0.58 |
| Hex | 3C | EB | 40 | 4A | 0 | 49 | 8 | 79 | 51 | 3A |
| Octal | 74 | 353 | 100 | 112 | 0 | 111 | 10 | 171 | 121 | 72 |
| Binary | 111100 | 11101011 | 1000000 | 1001010 | 0 | 1001001 | 1000 | 1111001 | 1010001 | 111010 |
Color Harmonies of #3CEB40
Complementary color
Monochromatic Colors of #3CEB40
Black with #3CEB40
Text Example
Text Example
White with #3CEB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEB40; }
p { color: rgb(60,235,64); }
H1.HeaderClassName
{
color: #3CEB40;
}
.AnyTagClassName
{
color: #3CEB40;
}
</style>
background-color css
<style>
a { background-color: #3CEB40; }
a { background-color: rgb(60,235,64); }
div.DivClassName
{
background-color: #3CEB40;
}
.BgClassName
{
background-color: #3CEB40;
}
</style>
border-color css
<style>
span { border-color: #3CEB40; }
span { border-color: rgb(60,235,64); }
td.TdClassName
{
border-color: #3CEB40;
}
.TagClassName
{
border-color: #3CEB40;
}
</style>