Shades of Lime Green #3CF74A
Tints of Lime Green #3CF74A
RGB
CMYK
RGB Variations
Color information
#3CF74A (or 0x3CF74A) is known color: Lime Green. HEX triplet: 3C, F7 and 4A. RGB value is (60,247,74). Sum of RGB (Red+Green+Blue) = 60+247+74=381 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.75% from 381); Green value is 247 (96.88% from 255 or 64.83% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 247 - color contains mainly: green. Hex color #3CF74A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CF74A is #C308B5. Grayscale: #ABABAB. Windows color (decimal): -12781750 or 4912956. OLE color: 4912956.
HSL color Cylindrical-coordinate representation of color #3CF74A: hue angle of 124.49º 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 #3CF74A is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 60 | 247 | 74 | - |
| CMYK | 0.76 | 0 | 0.70 | 0.03 |
| HSL | 124.49º | 0.92% | 0.6% | - |
| HSV(B) | 124.49º | 0.76% | 0.97% | - |
| XYZ | 36.36 | 67.98 | 17.68 | - |
| YUV | 171.37 | 73.05 | 48.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 247 | 74 | 0.76 | 0 | 0.70 | 0.03 | 124.49 | 0.92 | 0.6 |
| Hex | 3C | F7 | 4A | 4C | 0 | 46 | 3 | 7C | 5C | 3C |
| Octal | 74 | 367 | 112 | 114 | 0 | 106 | 3 | 174 | 134 | 74 |
| Binary | 111100 | 11110111 | 1001010 | 1001100 | 0 | 1000110 | 11 | 1111100 | 1011100 | 111100 |
Color Harmonies of #3CF74A
Complementary color
Monochromatic Colors of #3CF74A
Black with #3CF74A
Text Example
Text Example
White with #3CF74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF74A; }
p { color: rgb(60,247,74); }
H1.HeaderClassName
{
color: #3CF74A;
}
.AnyTagClassName
{
color: #3CF74A;
}
</style>
background-color css
<style>
a { background-color: #3CF74A; }
a { background-color: rgb(60,247,74); }
div.DivClassName
{
background-color: #3CF74A;
}
.BgClassName
{
background-color: #3CF74A;
}
</style>
border-color css
<style>
span { border-color: #3CF74A; }
span { border-color: rgb(60,247,74); }
td.TdClassName
{
border-color: #3CF74A;
}
.TagClassName
{
border-color: #3CF74A;
}
</style>