Shades of Lime Green #3CEB48
Tints of Lime Green #3CEB48
RGB
CMYK
RGB Variations
Color information
#3CEB48 (or 0x3CEB48) is known color: Lime Green. HEX triplet: 3C, EB and 48. RGB value is (60,235,72). Sum of RGB (Red+Green+Blue) = 60+235+72=367 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.35% from 367); Green value is 235 (92.19% from 255 or 64.03% from 367); Blue value is 72 (28.52% from 255 or 19.62% from 367); Max value from RGB is 235 - color contains mainly: green. Hex color #3CEB48 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CEB48 is #C314B7. Grayscale: #A4A4A4. Windows color (decimal): -12784824 or 4778812. OLE color: 4778812.
HSL color Cylindrical-coordinate representation of color #3CEB48: hue angle of 124.11º 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 #3CEB48 is Cyan = 0.74, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 235 | 72 | - |
| CMYK | 0.74 | 0 | 0.69 | 0.08 |
| HSL | 124.11º | 0.81% | 0.58% | - |
| HSV(B) | 124.11º | 0.74% | 0.92% | - |
| XYZ | 32.74 | 60.85 | 16.15 | - |
| YUV | 164.09 | 76.02 | 53.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 235 | 72 | 0.74 | 0 | 0.69 | 0.08 | 124.11 | 0.81 | 0.58 |
| Hex | 3C | EB | 48 | 4A | 0 | 45 | 8 | 7C | 51 | 3A |
| Octal | 74 | 353 | 110 | 112 | 0 | 105 | 10 | 174 | 121 | 72 |
| Binary | 111100 | 11101011 | 1001000 | 1001010 | 0 | 1000101 | 1000 | 1111100 | 1010001 | 111010 |
Color Harmonies of #3CEB48
Complementary color
Monochromatic Colors of #3CEB48
Black with #3CEB48
Text Example
Text Example
White with #3CEB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CEB48; }
p { color: rgb(60,235,72); }
H1.HeaderClassName
{
color: #3CEB48;
}
.AnyTagClassName
{
color: #3CEB48;
}
</style>
background-color css
<style>
a { background-color: #3CEB48; }
a { background-color: rgb(60,235,72); }
div.DivClassName
{
background-color: #3CEB48;
}
.BgClassName
{
background-color: #3CEB48;
}
</style>
border-color css
<style>
span { border-color: #3CEB48; }
span { border-color: rgb(60,235,72); }
td.TdClassName
{
border-color: #3CEB48;
}
.TagClassName
{
border-color: #3CEB48;
}
</style>