Shades of Lime Green #3FC146
Tints of Lime Green #3FC146
RGB
CMYK
RGB Variations
Color information
#3FC146 (or 0x3FC146) is known color: Lime Green. HEX triplet: 3F, C1 and 46. RGB value is (63,193,70). Sum of RGB (Red+Green+Blue) = 63+193+70=326 (43% of max value = 765). Red value is 63 (25% from 255 or 19.33% from 326); Green value is 193 (75.78% from 255 or 59.20% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 193 - color contains mainly: green. Hex color #3FC146 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC146 is #C03EB9. Grayscale: #8C8C8C. Windows color (decimal): -12598970 or 4636991. OLE color: 4636991.
HSL color Cylindrical-coordinate representation of color #3FC146: hue angle of 123.23º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FC146 is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 63 | 193 | 70 | - |
| CMYK | 0.67 | 0 | 0.64 | 0.24 |
| HSL | 123.23º | 0.51% | 0.5% | - |
| HSV(B) | 123.23º | 0.67% | 0.76% | - |
| XYZ | 22.23 | 39.64 | 12.27 | - |
| YUV | 140.11 | 88.43 | 73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 193 | 70 | 0.67 | 0 | 0.64 | 0.24 | 123.23 | 0.51 | 0.5 |
| Hex | 3F | C1 | 46 | 43 | 0 | 40 | 18 | 7B | 33 | 32 |
| Octal | 77 | 301 | 106 | 103 | 0 | 100 | 30 | 173 | 63 | 62 |
| Binary | 111111 | 11000001 | 1000110 | 1000011 | 0 | 1000000 | 11000 | 1111011 | 110011 | 110010 |
Color Harmonies of #3FC146
Complementary color
Monochromatic Colors of #3FC146
Black with #3FC146
Text Example
Text Example
White with #3FC146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC146; }
p { color: rgb(63,193,70); }
H1.HeaderClassName
{
color: #3FC146;
}
.AnyTagClassName
{
color: #3FC146;
}
</style>
background-color css
<style>
a { background-color: #3FC146; }
a { background-color: rgb(63,193,70); }
div.DivClassName
{
background-color: #3FC146;
}
.BgClassName
{
background-color: #3FC146;
}
</style>
border-color css
<style>
span { border-color: #3FC146; }
span { border-color: rgb(63,193,70); }
td.TdClassName
{
border-color: #3FC146;
}
.TagClassName
{
border-color: #3FC146;
}
</style>