Shades of Lime Green #3FC445
Tints of Lime Green #3FC445
RGB
CMYK
RGB Variations
Color information
#3FC445 (or 0x3FC445) is known color: Lime Green. HEX triplet: 3F, C4 and 45. RGB value is (63,196,69). Sum of RGB (Red+Green+Blue) = 63+196+69=328 (43% of max value = 765). Red value is 63 (25% from 255 or 19.21% from 328); Green value is 196 (76.95% from 255 or 59.76% from 328); Blue value is 69 (27.34% from 255 or 21.04% from 328); Max value from RGB is 196 - color contains mainly: green. Hex color #3FC445 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC445 is #C03BBA. Grayscale: #8E8E8E. Windows color (decimal): -12598203 or 4572223. OLE color: 4572223.
HSL color Cylindrical-coordinate representation of color #3FC445: hue angle of 122.71º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3FC445 is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 63 | 196 | 69 | - |
| CMYK | 0.68 | 0 | 0.65 | 0.23 |
| HSL | 122.71º | 0.53% | 0.51% | - |
| HSV(B) | 122.71º | 0.68% | 0.77% | - |
| XYZ | 22.86 | 40.97 | 12.33 | - |
| YUV | 141.76 | 86.94 | 71.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 196 | 69 | 0.68 | 0 | 0.65 | 0.23 | 122.71 | 0.53 | 0.51 |
| Hex | 3F | C4 | 45 | 44 | 0 | 41 | 17 | 7B | 35 | 33 |
| Octal | 77 | 304 | 105 | 104 | 0 | 101 | 27 | 173 | 65 | 63 |
| Binary | 111111 | 11000100 | 1000101 | 1000100 | 0 | 1000001 | 10111 | 1111011 | 110101 | 110011 |
Color Harmonies of #3FC445
Complementary color
Monochromatic Colors of #3FC445
Black with #3FC445
Text Example
Text Example
White with #3FC445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC445; }
p { color: rgb(63,196,69); }
H1.HeaderClassName
{
color: #3FC445;
}
.AnyTagClassName
{
color: #3FC445;
}
</style>
background-color css
<style>
a { background-color: #3FC445; }
a { background-color: rgb(63,196,69); }
div.DivClassName
{
background-color: #3FC445;
}
.BgClassName
{
background-color: #3FC445;
}
</style>
border-color css
<style>
span { border-color: #3FC445; }
span { border-color: rgb(63,196,69); }
td.TdClassName
{
border-color: #3FC445;
}
.TagClassName
{
border-color: #3FC445;
}
</style>