Shades of Lime Green #3CD744
Tints of Lime Green #3CD744
RGB
CMYK
RGB Variations
Color information
#3CD744 (or 0x3CD744) is known color: Lime Green. HEX triplet: 3C, D7 and 44. RGB value is (60,215,68). Sum of RGB (Red+Green+Blue) = 60+215+68=343 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.49% from 343); Green value is 215 (84.38% from 255 or 62.68% from 343); Blue value is 68 (26.95% from 255 or 19.83% from 343); Max value from RGB is 215 - color contains mainly: green. Hex color #3CD744 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CD744 is #C328BB. Grayscale: #989898. Windows color (decimal): -12789948 or 4511548. OLE color: 4511548.
HSL color Cylindrical-coordinate representation of color #3CD744: hue angle of 123.1º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CD744 is Cyan = 0.72, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 60 | 215 | 68 | - |
| CMYK | 0.72 | 0 | 0.68 | 0.16 |
| HSL | 123.1º | 0.66% | 0.54% | - |
| HSV(B) | 123.1º | 0.72% | 0.84% | - |
| XYZ | 27.21 | 49.98 | 13.68 | - |
| YUV | 151.9 | 80.65 | 62.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 215 | 68 | 0.72 | 0 | 0.68 | 0.16 | 123.1 | 0.66 | 0.54 |
| Hex | 3C | D7 | 44 | 48 | 0 | 44 | 10 | 7B | 42 | 36 |
| Octal | 74 | 327 | 104 | 110 | 0 | 104 | 20 | 173 | 102 | 66 |
| Binary | 111100 | 11010111 | 1000100 | 1001000 | 0 | 1000100 | 10000 | 1111011 | 1000010 | 110110 |
Color Harmonies of #3CD744
Complementary color
Monochromatic Colors of #3CD744
Black with #3CD744
Text Example
Text Example
White with #3CD744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CD744; }
p { color: rgb(60,215,68); }
H1.HeaderClassName
{
color: #3CD744;
}
.AnyTagClassName
{
color: #3CD744;
}
</style>
background-color css
<style>
a { background-color: #3CD744; }
a { background-color: rgb(60,215,68); }
div.DivClassName
{
background-color: #3CD744;
}
.BgClassName
{
background-color: #3CD744;
}
</style>
border-color css
<style>
span { border-color: #3CD744; }
span { border-color: rgb(60,215,68); }
td.TdClassName
{
border-color: #3CD744;
}
.TagClassName
{
border-color: #3CD744;
}
</style>