Shades of Lime Green #3CEA34
Tints of Lime Green #3CEA34
RGB
CMYK
RGB Variations
Color information
#3CEA34 (or 0x3CEA34) is known color: Lime Green. HEX triplet: 3C, EA and 34. RGB value is (60,234,52). Sum of RGB (Red+Green+Blue) = 60+234+52=346 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.34% from 346); Green value is 234 (91.80% from 255 or 67.63% from 346); Blue value is 52 (20.70% from 255 or 15.03% from 346); Max value from RGB is 234 - color contains mainly: green. Hex color #3CEA34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CEA34 is #C315CB. Grayscale: #A1A1A1. Windows color (decimal): -12785100 or 3467836. OLE color: 3467836.
HSL color Cylindrical-coordinate representation of color #3CEA34: hue angle of 117.36º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3CEA34 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 234 | 52 | - |
| CMYK | 0.74 | 0 | 0.78 | 0.08 |
| HSL | 117.36º | 0.81% | 0.56% | - |
| HSV(B) | 117.36º | 0.78% | 0.92% | - |
| XYZ | 31.91 | 60.05 | 13.16 | - |
| YUV | 161.23 | 66.35 | 55.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 234 | 52 | 0.74 | 0 | 0.78 | 0.08 | 117.36 | 0.81 | 0.56 |
| Hex | 3C | EA | 34 | 4A | 0 | 4E | 8 | 75 | 51 | 38 |
| Octal | 74 | 352 | 64 | 112 | 0 | 116 | 10 | 165 | 121 | 70 |
| Binary | 111100 | 11101010 | 110100 | 1001010 | 0 | 1001110 | 1000 | 1110101 | 1010001 | 111000 |
Color Harmonies of #3CEA34
Complementary color
Monochromatic Colors of #3CEA34
Black with #3CEA34
Text Example
Text Example
White with #3CEA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEA34; }
p { color: rgb(60,234,52); }
H1.HeaderClassName
{
color: #3CEA34;
}
.AnyTagClassName
{
color: #3CEA34;
}
</style>
background-color css
<style>
a { background-color: #3CEA34; }
a { background-color: rgb(60,234,52); }
div.DivClassName
{
background-color: #3CEA34;
}
.BgClassName
{
background-color: #3CEA34;
}
</style>
border-color css
<style>
span { border-color: #3CEA34; }
span { border-color: rgb(60,234,52); }
td.TdClassName
{
border-color: #3CEA34;
}
.TagClassName
{
border-color: #3CEA34;
}
</style>