Shades of Lime Green #3CEA47
Tints of Lime Green #3CEA47
RGB
CMYK
RGB Variations
Color information
#3CEA47 (or 0x3CEA47) is known color: Lime Green. HEX triplet: 3C, EA and 47. RGB value is (60,234,71). Sum of RGB (Red+Green+Blue) = 60+234+71=365 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.44% from 365); Green value is 234 (91.80% from 255 or 64.11% from 365); Blue value is 71 (28.12% from 255 or 19.45% from 365); Max value from RGB is 234 - color contains mainly: green. Hex color #3CEA47 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CEA47 is #C315B8. Grayscale: #A3A3A3. Windows color (decimal): -12785081 or 4713020. OLE color: 4713020.
HSL color Cylindrical-coordinate representation of color #3CEA47: hue angle of 123.79º 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 #3CEA47 is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 234 | 71 | - |
| CMYK | 0.74 | 0 | 0.70 | 0.08 |
| HSL | 123.79º | 0.81% | 0.58% | - |
| HSV(B) | 123.79º | 0.74% | 0.92% | - |
| XYZ | 32.42 | 60.26 | 15.88 | - |
| YUV | 163.39 | 75.85 | 54.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 234 | 71 | 0.74 | 0 | 0.70 | 0.08 | 123.79 | 0.81 | 0.58 |
| Hex | 3C | EA | 47 | 4A | 0 | 46 | 8 | 7C | 51 | 3A |
| Octal | 74 | 352 | 107 | 112 | 0 | 106 | 10 | 174 | 121 | 72 |
| Binary | 111100 | 11101010 | 1000111 | 1001010 | 0 | 1000110 | 1000 | 1111100 | 1010001 | 111010 |
Color Harmonies of #3CEA47
Complementary color
Monochromatic Colors of #3CEA47
Black with #3CEA47
Text Example
Text Example
White with #3CEA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEA47; }
p { color: rgb(60,234,71); }
H1.HeaderClassName
{
color: #3CEA47;
}
.AnyTagClassName
{
color: #3CEA47;
}
</style>
background-color css
<style>
a { background-color: #3CEA47; }
a { background-color: rgb(60,234,71); }
div.DivClassName
{
background-color: #3CEA47;
}
.BgClassName
{
background-color: #3CEA47;
}
</style>
border-color css
<style>
span { border-color: #3CEA47; }
span { border-color: rgb(60,234,71); }
td.TdClassName
{
border-color: #3CEA47;
}
.TagClassName
{
border-color: #3CEA47;
}
</style>