Shades of Lime Green #3CE42E
Tints of Lime Green #3CE42E
RGB
CMYK
RGB Variations
Color information
#3CE42E (or 0x3CE42E) is known color: Lime Green. HEX triplet: 3C, E4 and 2E. RGB value is (60,228,46). Sum of RGB (Red+Green+Blue) = 60+228+46=334 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.96% from 334); Green value is 228 (89.45% from 255 or 68.26% from 334); Blue value is 46 (18.36% from 255 or 13.77% from 334); Max value from RGB is 228 - color contains mainly: green. Hex color #3CE42E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CE42E is #C31BD1. Grayscale: #9D9D9D. Windows color (decimal): -12786642 or 3073084. OLE color: 3073084.
HSL color Cylindrical-coordinate representation of color #3CE42E: hue angle of 115.38º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3CE42E is Cyan = 0.74, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 60 | 228 | 46 | - |
| CMYK | 0.74 | 0 | 0.80 | 0.11 |
| HSL | 115.38º | 0.77% | 0.54% | - |
| HSV(B) | 115.38º | 0.8% | 0.89% | - |
| XYZ | 30.1 | 56.64 | 11.93 | - |
| YUV | 157.02 | 65.34 | 58.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 228 | 46 | 0.74 | 0 | 0.80 | 0.11 | 115.38 | 0.77 | 0.54 |
| Hex | 3C | E4 | 2E | 4A | 0 | 50 | B | 73 | 4D | 36 |
| Octal | 74 | 344 | 56 | 112 | 0 | 120 | 13 | 163 | 115 | 66 |
| Binary | 111100 | 11100100 | 101110 | 1001010 | 0 | 1010000 | 1011 | 1110011 | 1001101 | 110110 |
Color Harmonies of #3CE42E
Complementary color
Monochromatic Colors of #3CE42E
Black with #3CE42E
Text Example
Text Example
White with #3CE42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE42E; }
p { color: rgb(60,228,46); }
H1.HeaderClassName
{
color: #3CE42E;
}
.AnyTagClassName
{
color: #3CE42E;
}
</style>
background-color css
<style>
a { background-color: #3CE42E; }
a { background-color: rgb(60,228,46); }
div.DivClassName
{
background-color: #3CE42E;
}
.BgClassName
{
background-color: #3CE42E;
}
</style>
border-color css
<style>
span { border-color: #3CE42E; }
span { border-color: rgb(60,228,46); }
td.TdClassName
{
border-color: #3CE42E;
}
.TagClassName
{
border-color: #3CE42E;
}
</style>