Shades of Lime Green #3CC753
Tints of Lime Green #3CC753
RGB
CMYK
RGB Variations
Color information
#3CC753 (or 0x3CC753) is known color: Lime Green. HEX triplet: 3C, C7 and 53. RGB value is (60,199,83). Sum of RGB (Red+Green+Blue) = 60+199+83=342 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.54% from 342); Green value is 199 (78.12% from 255 or 58.19% from 342); Blue value is 83 (32.81% from 255 or 24.27% from 342); Max value from RGB is 199 - color contains mainly: green. Hex color #3CC753 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CC753 is #C338AC. Grayscale: #909090. Windows color (decimal): -12794029 or 5490492. OLE color: 5490492.
HSL color Cylindrical-coordinate representation of color #3CC753: hue angle of 129.93º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CC753 is Cyan = 0.70, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 60 | 199 | 83 | - |
| CMYK | 0.70 | 0 | 0.58 | 0.22 |
| HSL | 129.93º | 0.55% | 0.51% | - |
| HSV(B) | 129.93º | 0.7% | 0.78% | - |
| XYZ | 23.85 | 42.43 | 15.12 | - |
| YUV | 144.22 | 93.45 | 67.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 199 | 83 | 0.70 | 0 | 0.58 | 0.22 | 129.93 | 0.55 | 0.51 |
| Hex | 3C | C7 | 53 | 46 | 0 | 3A | 16 | 82 | 37 | 33 |
| Octal | 74 | 307 | 123 | 106 | 0 | 72 | 26 | 202 | 67 | 63 |
| Binary | 111100 | 11000111 | 1010011 | 1000110 | 0 | 111010 | 10110 | 10000010 | 110111 | 110011 |
Color Harmonies of #3CC753
Complementary color
Monochromatic Colors of #3CC753
Black with #3CC753
Text Example
Text Example
White with #3CC753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC753; }
p { color: rgb(60,199,83); }
H1.HeaderClassName
{
color: #3CC753;
}
.AnyTagClassName
{
color: #3CC753;
}
</style>
background-color css
<style>
a { background-color: #3CC753; }
a { background-color: rgb(60,199,83); }
div.DivClassName
{
background-color: #3CC753;
}
.BgClassName
{
background-color: #3CC753;
}
</style>
border-color css
<style>
span { border-color: #3CC753; }
span { border-color: rgb(60,199,83); }
td.TdClassName
{
border-color: #3CC753;
}
.TagClassName
{
border-color: #3CC753;
}
</style>