Shades of Lime Green #3CE43E
Tints of Lime Green #3CE43E
RGB
CMYK
RGB Variations
Color information
#3CE43E (or 0x3CE43E) is known color: Lime Green. HEX triplet: 3C, E4 and 3E. RGB value is (60,228,62). Sum of RGB (Red+Green+Blue) = 60+228+62=350 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.14% from 350); Green value is 228 (89.45% from 255 or 65.14% from 350); Blue value is 62 (24.61% from 255 or 17.71% from 350); Max value from RGB is 228 - color contains mainly: green. Hex color #3CE43E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CE43E is #C31BC1. Grayscale: #9F9F9F. Windows color (decimal): -12786626 or 4121660. OLE color: 4121660.
HSL color Cylindrical-coordinate representation of color #3CE43E: hue angle of 120.71º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CE43E is Cyan = 0.74, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 60 | 228 | 62 | - |
| CMYK | 0.74 | 0 | 0.73 | 0.11 |
| HSL | 120.71º | 0.76% | 0.56% | - |
| HSV(B) | 120.71º | 0.74% | 0.89% | - |
| XYZ | 30.48 | 56.8 | 13.91 | - |
| YUV | 158.84 | 73.34 | 57.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 228 | 62 | 0.74 | 0 | 0.73 | 0.11 | 120.71 | 0.76 | 0.56 |
| Hex | 3C | E4 | 3E | 4A | 0 | 49 | B | 79 | 4C | 38 |
| Octal | 74 | 344 | 76 | 112 | 0 | 111 | 13 | 171 | 114 | 70 |
| Binary | 111100 | 11100100 | 111110 | 1001010 | 0 | 1001001 | 1011 | 1111001 | 1001100 | 111000 |
Color Harmonies of #3CE43E
Complementary color
Monochromatic Colors of #3CE43E
Black with #3CE43E
Text Example
Text Example
White with #3CE43E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE43E; }
p { color: rgb(60,228,62); }
H1.HeaderClassName
{
color: #3CE43E;
}
.AnyTagClassName
{
color: #3CE43E;
}
</style>
background-color css
<style>
a { background-color: #3CE43E; }
a { background-color: rgb(60,228,62); }
div.DivClassName
{
background-color: #3CE43E;
}
.BgClassName
{
background-color: #3CE43E;
}
</style>
border-color css
<style>
span { border-color: #3CE43E; }
span { border-color: rgb(60,228,62); }
td.TdClassName
{
border-color: #3CE43E;
}
.TagClassName
{
border-color: #3CE43E;
}
</style>