Shades of Lime Green #3CE04E
Tints of Lime Green #3CE04E
RGB
CMYK
RGB Variations
Color information
#3CE04E (or 0x3CE04E) is known color: Lime Green. HEX triplet: 3C, E0 and 4E. RGB value is (60,224,78). Sum of RGB (Red+Green+Blue) = 60+224+78=362 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.57% from 362); Green value is 224 (87.89% from 255 or 61.88% from 362); Blue value is 78 (30.86% from 255 or 21.55% from 362); Max value from RGB is 224 - color contains mainly: green. Hex color #3CE04E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CE04E is #C31FB1. Grayscale: #9E9E9E. Windows color (decimal): -12787634 or 5169212. OLE color: 5169212.
HSL color Cylindrical-coordinate representation of color #3CE04E: hue angle of 126.59º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CE04E is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 60 | 224 | 78 | - |
| CMYK | 0.73 | 0 | 0.65 | 0.12 |
| HSL | 126.59º | 0.73% | 0.56% | - |
| HSV(B) | 126.59º | 0.73% | 0.88% | - |
| XYZ | 29.89 | 54.82 | 16.21 | - |
| YUV | 158.32 | 82.67 | 57.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 224 | 78 | 0.73 | 0 | 0.65 | 0.12 | 126.59 | 0.73 | 0.56 |
| Hex | 3C | E0 | 4E | 49 | 0 | 41 | C | 7F | 49 | 38 |
| Octal | 74 | 340 | 116 | 111 | 0 | 101 | 14 | 177 | 111 | 70 |
| Binary | 111100 | 11100000 | 1001110 | 1001001 | 0 | 1000001 | 1100 | 1111111 | 1001001 | 111000 |
Color Harmonies of #3CE04E
Complementary color
Monochromatic Colors of #3CE04E
Black with #3CE04E
Text Example
Text Example
White with #3CE04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE04E; }
p { color: rgb(60,224,78); }
H1.HeaderClassName
{
color: #3CE04E;
}
.AnyTagClassName
{
color: #3CE04E;
}
</style>
background-color css
<style>
a { background-color: #3CE04E; }
a { background-color: rgb(60,224,78); }
div.DivClassName
{
background-color: #3CE04E;
}
.BgClassName
{
background-color: #3CE04E;
}
</style>
border-color css
<style>
span { border-color: #3CE04E; }
span { border-color: rgb(60,224,78); }
td.TdClassName
{
border-color: #3CE04E;
}
.TagClassName
{
border-color: #3CE04E;
}
</style>