Shades of Lime Green #3CF73A
Tints of Lime Green #3CF73A
RGB
CMYK
RGB Variations
Color information
#3CF73A (or 0x3CF73A) is known color: Lime Green. HEX triplet: 3C, F7 and 3A. RGB value is (60,247,58). Sum of RGB (Red+Green+Blue) = 60+247+58=365 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.44% from 365); Green value is 247 (96.88% from 255 or 67.67% from 365); Blue value is 58 (23.05% from 255 or 15.89% from 365); Max value from RGB is 247 - color contains mainly: green. Hex color #3CF73A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF73A is #C308C5. Grayscale: #AAAAAA. Windows color (decimal): -12781766 or 3864380. OLE color: 3864380.
HSL color Cylindrical-coordinate representation of color #3CF73A: hue angle of 119.37º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3CF73A is Cyan = 0.76, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 60 | 247 | 58 | - |
| CMYK | 0.76 | 0 | 0.77 | 0.03 |
| HSL | 119.37º | 0.92% | 0.6% | - |
| HSV(B) | 119.37º | 0.77% | 0.97% | - |
| XYZ | 35.89 | 67.79 | 15.2 | - |
| YUV | 169.54 | 65.05 | 49.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 247 | 58 | 0.76 | 0 | 0.77 | 0.03 | 119.37 | 0.92 | 0.6 |
| Hex | 3C | F7 | 3A | 4C | 0 | 4D | 3 | 77 | 5C | 3C |
| Octal | 74 | 367 | 72 | 114 | 0 | 115 | 3 | 167 | 134 | 74 |
| Binary | 111100 | 11110111 | 111010 | 1001100 | 0 | 1001101 | 11 | 1110111 | 1011100 | 111100 |
Color Harmonies of #3CF73A
Complementary color
Monochromatic Colors of #3CF73A
Black with #3CF73A
Text Example
Text Example
White with #3CF73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF73A; }
p { color: rgb(60,247,58); }
H1.HeaderClassName
{
color: #3CF73A;
}
.AnyTagClassName
{
color: #3CF73A;
}
</style>
background-color css
<style>
a { background-color: #3CF73A; }
a { background-color: rgb(60,247,58); }
div.DivClassName
{
background-color: #3CF73A;
}
.BgClassName
{
background-color: #3CF73A;
}
</style>
border-color css
<style>
span { border-color: #3CF73A; }
span { border-color: rgb(60,247,58); }
td.TdClassName
{
border-color: #3CF73A;
}
.TagClassName
{
border-color: #3CF73A;
}
</style>