Shades of Lime Green #3CE534
Tints of Lime Green #3CE534
RGB
CMYK
RGB Variations
Color information
#3CE534 (or 0x3CE534) is known color: Lime Green. HEX triplet: 3C, E5 and 34. RGB value is (60,229,52). Sum of RGB (Red+Green+Blue) = 60+229+52=341 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.60% from 341); Green value is 229 (89.84% from 255 or 67.16% from 341); Blue value is 52 (20.70% from 255 or 15.25% from 341); Max value from RGB is 229 - color contains mainly: green. Hex color #3CE534 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CE534 is #C31ACB. Grayscale: #9E9E9E. Windows color (decimal): -12786380 or 3466556. OLE color: 3466556.
HSL color Cylindrical-coordinate representation of color #3CE534: hue angle of 117.29º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3CE534 is Cyan = 0.74, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 60 | 229 | 52 | - |
| CMYK | 0.74 | 0 | 0.77 | 0.10 |
| HSL | 117.29º | 0.77% | 0.55% | - |
| HSV(B) | 117.29º | 0.77% | 0.9% | - |
| XYZ | 30.5 | 57.25 | 12.69 | - |
| YUV | 158.29 | 68.01 | 57.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 229 | 52 | 0.74 | 0 | 0.77 | 0.10 | 117.29 | 0.77 | 0.55 |
| Hex | 3C | E5 | 34 | 4A | 0 | 4D | A | 75 | 4D | 37 |
| Octal | 74 | 345 | 64 | 112 | 0 | 115 | 12 | 165 | 115 | 67 |
| Binary | 111100 | 11100101 | 110100 | 1001010 | 0 | 1001101 | 1010 | 1110101 | 1001101 | 110111 |
Color Harmonies of #3CE534
Complementary color
Monochromatic Colors of #3CE534
Black with #3CE534
Text Example
Text Example
White with #3CE534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE534; }
p { color: rgb(60,229,52); }
H1.HeaderClassName
{
color: #3CE534;
}
.AnyTagClassName
{
color: #3CE534;
}
</style>
background-color css
<style>
a { background-color: #3CE534; }
a { background-color: rgb(60,229,52); }
div.DivClassName
{
background-color: #3CE534;
}
.BgClassName
{
background-color: #3CE534;
}
</style>
border-color css
<style>
span { border-color: #3CE534; }
span { border-color: rgb(60,229,52); }
td.TdClassName
{
border-color: #3CE534;
}
.TagClassName
{
border-color: #3CE534;
}
</style>