Shades of Lime Green #3CC736
Tints of Lime Green #3CC736
RGB
CMYK
RGB Variations
Color information
#3CC736 (or 0x3CC736) is known color: Lime Green. HEX triplet: 3C, C7 and 36. RGB value is (60,199,54). Sum of RGB (Red+Green+Blue) = 60+199+54=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 199 (78.12% from 255 or 63.58% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 199 - color contains mainly: green. Hex color #3CC736 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC736 is #C338C9. Grayscale: #8D8D8D. Windows color (decimal): -12794058 or 3589948. OLE color: 3589948.
HSL color Cylindrical-coordinate representation of color #3CC736: hue angle of 117.52º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CC736 is Cyan = 0.70, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 60 | 199 | 54 | - |
| CMYK | 0.70 | 0 | 0.73 | 0.22 |
| HSL | 117.52º | 0.57% | 0.5% | - |
| HSV(B) | 117.52º | 0.73% | 0.78% | - |
| XYZ | 22.95 | 42.07 | 10.4 | - |
| YUV | 140.91 | 78.95 | 70.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 199 | 54 | 0.70 | 0 | 0.73 | 0.22 | 117.52 | 0.57 | 0.5 |
| Hex | 3C | C7 | 36 | 46 | 0 | 49 | 16 | 76 | 39 | 32 |
| Octal | 74 | 307 | 66 | 106 | 0 | 111 | 26 | 166 | 71 | 62 |
| Binary | 111100 | 11000111 | 110110 | 1000110 | 0 | 1001001 | 10110 | 1110110 | 111001 | 110010 |
Color Harmonies of #3CC736
Complementary color
Monochromatic Colors of #3CC736
Black with #3CC736
Text Example
Text Example
White with #3CC736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC736; }
p { color: rgb(60,199,54); }
H1.HeaderClassName
{
color: #3CC736;
}
.AnyTagClassName
{
color: #3CC736;
}
</style>
background-color css
<style>
a { background-color: #3CC736; }
a { background-color: rgb(60,199,54); }
div.DivClassName
{
background-color: #3CC736;
}
.BgClassName
{
background-color: #3CC736;
}
</style>
border-color css
<style>
span { border-color: #3CC736; }
span { border-color: rgb(60,199,54); }
td.TdClassName
{
border-color: #3CC736;
}
.TagClassName
{
border-color: #3CC736;
}
</style>