Shades of Lime Green #3CEB41
Tints of Lime Green #3CEB41
RGB
CMYK
RGB Variations
Color information
#3CEB41 (or 0x3CEB41) is known color: Lime Green. HEX triplet: 3C, EB and 41. RGB value is (60,235,65). Sum of RGB (Red+Green+Blue) = 60+235+65=360 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.67% from 360); Green value is 235 (92.19% from 255 or 65.28% from 360); Blue value is 65 (25.78% from 255 or 18.06% from 360); Max value from RGB is 235 - color contains mainly: green. Hex color #3CEB41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CEB41 is #C314BE. Grayscale: #A3A3A3. Windows color (decimal): -12784831 or 4320060. OLE color: 4320060.
HSL color Cylindrical-coordinate representation of color #3CEB41: hue angle of 121.71º 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 #3CEB41 is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 235 | 65 | - |
| CMYK | 0.74 | 0 | 0.72 | 0.08 |
| HSL | 121.71º | 0.81% | 0.58% | - |
| HSV(B) | 121.71º | 0.74% | 0.92% | - |
| XYZ | 32.53 | 60.76 | 15.01 | - |
| YUV | 163.3 | 72.52 | 54.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 235 | 65 | 0.74 | 0 | 0.72 | 0.08 | 121.71 | 0.81 | 0.58 |
| Hex | 3C | EB | 41 | 4A | 0 | 48 | 8 | 7A | 51 | 3A |
| Octal | 74 | 353 | 101 | 112 | 0 | 110 | 10 | 172 | 121 | 72 |
| Binary | 111100 | 11101011 | 1000001 | 1001010 | 0 | 1001000 | 1000 | 1111010 | 1010001 | 111010 |
Color Harmonies of #3CEB41
Complementary color
Monochromatic Colors of #3CEB41
Black with #3CEB41
Text Example
Text Example
White with #3CEB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEB41; }
p { color: rgb(60,235,65); }
H1.HeaderClassName
{
color: #3CEB41;
}
.AnyTagClassName
{
color: #3CEB41;
}
</style>
background-color css
<style>
a { background-color: #3CEB41; }
a { background-color: rgb(60,235,65); }
div.DivClassName
{
background-color: #3CEB41;
}
.BgClassName
{
background-color: #3CEB41;
}
</style>
border-color css
<style>
span { border-color: #3CEB41; }
span { border-color: rgb(60,235,65); }
td.TdClassName
{
border-color: #3CEB41;
}
.TagClassName
{
border-color: #3CEB41;
}
</style>