Shades of Lime Green #3CEB4D
Tints of Lime Green #3CEB4D
RGB
CMYK
RGB Variations
Color information
#3CEB4D (or 0x3CEB4D) is known color: Lime Green. HEX triplet: 3C, EB and 4D. RGB value is (60,235,77). Sum of RGB (Red+Green+Blue) = 60+235+77=372 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.13% from 372); Green value is 235 (92.19% from 255 or 63.17% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 235 - color contains mainly: green. Hex color #3CEB4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CEB4D is #C314B2. Grayscale: #A5A5A5. Windows color (decimal): -12784819 or 5106492. OLE color: 5106492.
HSL color Cylindrical-coordinate representation of color #3CEB4D: hue angle of 125.83º 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 #3CEB4D is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 235 | 77 | - |
| CMYK | 0.74 | 0 | 0.67 | 0.08 |
| HSL | 125.83º | 0.81% | 0.58% | - |
| HSV(B) | 125.83º | 0.74% | 0.92% | - |
| XYZ | 32.91 | 60.91 | 17.04 | - |
| YUV | 164.66 | 78.52 | 53.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 235 | 77 | 0.74 | 0 | 0.67 | 0.08 | 125.83 | 0.81 | 0.58 |
| Hex | 3C | EB | 4D | 4A | 0 | 43 | 8 | 7E | 51 | 3A |
| Octal | 74 | 353 | 115 | 112 | 0 | 103 | 10 | 176 | 121 | 72 |
| Binary | 111100 | 11101011 | 1001101 | 1001010 | 0 | 1000011 | 1000 | 1111110 | 1010001 | 111010 |
Color Harmonies of #3CEB4D
Complementary color
Monochromatic Colors of #3CEB4D
Black with #3CEB4D
Text Example
Text Example
White with #3CEB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEB4D; }
p { color: rgb(60,235,77); }
H1.HeaderClassName
{
color: #3CEB4D;
}
.AnyTagClassName
{
color: #3CEB4D;
}
</style>
background-color css
<style>
a { background-color: #3CEB4D; }
a { background-color: rgb(60,235,77); }
div.DivClassName
{
background-color: #3CEB4D;
}
.BgClassName
{
background-color: #3CEB4D;
}
</style>
border-color css
<style>
span { border-color: #3CEB4D; }
span { border-color: rgb(60,235,77); }
td.TdClassName
{
border-color: #3CEB4D;
}
.TagClassName
{
border-color: #3CEB4D;
}
</style>