Shades of Lime Green #3CCF49
Tints of Lime Green #3CCF49
RGB
CMYK
RGB Variations
Color information
#3CCF49 (or 0x3CCF49) is known color: Lime Green. HEX triplet: 3C, CF and 49. RGB value is (60,207,73). Sum of RGB (Red+Green+Blue) = 60+207+73=340 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.65% from 340); Green value is 207 (81.25% from 255 or 60.88% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 207 - color contains mainly: green. Hex color #3CCF49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CCF49 is #C330B6. Grayscale: #949494. Windows color (decimal): -12791991 or 4837180. OLE color: 4837180.
HSL color Cylindrical-coordinate representation of color #3CCF49: hue angle of 125.31º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CCF49 is Cyan = 0.71, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 207 | 73 | - |
| CMYK | 0.71 | 0 | 0.65 | 0.19 |
| HSL | 125.31º | 0.6% | 0.52% | - |
| HSV(B) | 125.31º | 0.71% | 0.81% | - |
| XYZ | 25.38 | 46.07 | 13.86 | - |
| YUV | 147.77 | 85.8 | 65.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 207 | 73 | 0.71 | 0 | 0.65 | 0.19 | 125.31 | 0.6 | 0.52 |
| Hex | 3C | CF | 49 | 47 | 0 | 41 | 13 | 7D | 3C | 34 |
| Octal | 74 | 317 | 111 | 107 | 0 | 101 | 23 | 175 | 74 | 64 |
| Binary | 111100 | 11001111 | 1001001 | 1000111 | 0 | 1000001 | 10011 | 1111101 | 111100 | 110100 |
Color Harmonies of #3CCF49
Complementary color
Monochromatic Colors of #3CCF49
Black with #3CCF49
Text Example
Text Example
White with #3CCF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCF49; }
p { color: rgb(60,207,73); }
H1.HeaderClassName
{
color: #3CCF49;
}
.AnyTagClassName
{
color: #3CCF49;
}
</style>
background-color css
<style>
a { background-color: #3CCF49; }
a { background-color: rgb(60,207,73); }
div.DivClassName
{
background-color: #3CCF49;
}
.BgClassName
{
background-color: #3CCF49;
}
</style>
border-color css
<style>
span { border-color: #3CCF49; }
span { border-color: rgb(60,207,73); }
td.TdClassName
{
border-color: #3CCF49;
}
.TagClassName
{
border-color: #3CCF49;
}
</style>