Shades of Lime Green #3CF748
Tints of Lime Green #3CF748
RGB
CMYK
RGB Variations
Color information
#3CF748 (or 0x3CF748) is known color: Lime Green. HEX triplet: 3C, F7 and 48. RGB value is (60,247,72). Sum of RGB (Red+Green+Blue) = 60+247+72=379 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.83% from 379); Green value is 247 (96.88% from 255 or 65.17% from 379); Blue value is 72 (28.52% from 255 or 19.00% from 379); Max value from RGB is 247 - color contains mainly: green. Hex color #3CF748 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF748 is #C308B7. Grayscale: #ABABAB. Windows color (decimal): -12781752 or 4781884. OLE color: 4781884.
HSL color Cylindrical-coordinate representation of color #3CF748: hue angle of 123.85º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CF748 is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 60 | 247 | 72 | - |
| CMYK | 0.76 | 0 | 0.71 | 0.03 |
| HSL | 123.85º | 0.92% | 0.6% | - |
| HSV(B) | 123.85º | 0.76% | 0.97% | - |
| XYZ | 36.29 | 67.95 | 17.33 | - |
| YUV | 171.14 | 72.05 | 48.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 247 | 72 | 0.76 | 0 | 0.71 | 0.03 | 123.85 | 0.92 | 0.6 |
| Hex | 3C | F7 | 48 | 4C | 0 | 47 | 3 | 7C | 5C | 3C |
| Octal | 74 | 367 | 110 | 114 | 0 | 107 | 3 | 174 | 134 | 74 |
| Binary | 111100 | 11110111 | 1001000 | 1001100 | 0 | 1000111 | 11 | 1111100 | 1011100 | 111100 |
Color Harmonies of #3CF748
Complementary color
Monochromatic Colors of #3CF748
Black with #3CF748
Text Example
Text Example
White with #3CF748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF748; }
p { color: rgb(60,247,72); }
H1.HeaderClassName
{
color: #3CF748;
}
.AnyTagClassName
{
color: #3CF748;
}
</style>
background-color css
<style>
a { background-color: #3CF748; }
a { background-color: rgb(60,247,72); }
div.DivClassName
{
background-color: #3CF748;
}
.BgClassName
{
background-color: #3CF748;
}
</style>
border-color css
<style>
span { border-color: #3CF748; }
span { border-color: rgb(60,247,72); }
td.TdClassName
{
border-color: #3CF748;
}
.TagClassName
{
border-color: #3CF748;
}
</style>