Shades of Lime Green #3CE84E
Tints of Lime Green #3CE84E
RGB
CMYK
RGB Variations
Color information
#3CE84E (or 0x3CE84E) is known color: Lime Green. HEX triplet: 3C, E8 and 4E. RGB value is (60,232,78). Sum of RGB (Red+Green+Blue) = 60+232+78=370 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.22% from 370); Green value is 232 (91.02% from 255 or 62.70% from 370); Blue value is 78 (30.86% from 255 or 21.08% from 370); Max value from RGB is 232 - color contains mainly: green. Hex color #3CE84E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CE84E is #C317B1. Grayscale: #A3A3A3. Windows color (decimal): -12785586 or 5171260. OLE color: 5171260.
HSL color Cylindrical-coordinate representation of color #3CE84E: hue angle of 126.28º degrees, saturation: 0.79, 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 #3CE84E is Cyan = 0.74, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 60 | 232 | 78 | - |
| CMYK | 0.74 | 0 | 0.66 | 0.09 |
| HSL | 126.28º | 0.79% | 0.57% | - |
| HSV(B) | 126.28º | 0.74% | 0.91% | - |
| XYZ | 32.1 | 59.22 | 16.95 | - |
| YUV | 163.02 | 80.02 | 54.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 232 | 78 | 0.74 | 0 | 0.66 | 0.09 | 126.28 | 0.79 | 0.57 |
| Hex | 3C | E8 | 4E | 4A | 0 | 42 | 9 | 7E | 4F | 39 |
| Octal | 74 | 350 | 116 | 112 | 0 | 102 | 11 | 176 | 117 | 71 |
| Binary | 111100 | 11101000 | 1001110 | 1001010 | 0 | 1000010 | 1001 | 1111110 | 1001111 | 111001 |
Color Harmonies of #3CE84E
Complementary color
Monochromatic Colors of #3CE84E
Black with #3CE84E
Text Example
Text Example
White with #3CE84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE84E; }
p { color: rgb(60,232,78); }
H1.HeaderClassName
{
color: #3CE84E;
}
.AnyTagClassName
{
color: #3CE84E;
}
</style>
background-color css
<style>
a { background-color: #3CE84E; }
a { background-color: rgb(60,232,78); }
div.DivClassName
{
background-color: #3CE84E;
}
.BgClassName
{
background-color: #3CE84E;
}
</style>
border-color css
<style>
span { border-color: #3CE84E; }
span { border-color: rgb(60,232,78); }
td.TdClassName
{
border-color: #3CE84E;
}
.TagClassName
{
border-color: #3CE84E;
}
</style>