Shades of Lime Green #3FE646
Tints of Lime Green #3FE646
RGB
CMYK
RGB Variations
Color information
#3FE646 (or 0x3FE646) is known color: Lime Green. HEX triplet: 3F, E6 and 46. RGB value is (63,230,70). Sum of RGB (Red+Green+Blue) = 63+230+70=363 (48% of max value = 765). Red value is 63 (25% from 255 or 17.36% from 363); Green value is 230 (90.23% from 255 or 63.36% from 363); Blue value is 70 (27.73% from 255 or 19.28% from 363); Max value from RGB is 230 - color contains mainly: green. Hex color #3FE646 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FE646 is #C019B9. Grayscale: #A2A2A2. Windows color (decimal): -12589498 or 4646463. OLE color: 4646463.
HSL color Cylindrical-coordinate representation of color #3FE646: hue angle of 122.51º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FE646 is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 63 | 230 | 70 | - |
| CMYK | 0.73 | 0 | 0.70 | 0.10 |
| HSL | 122.52º | 0.77% | 0.57% | - |
| HSV(B) | 122.52º | 0.73% | 0.9% | - |
| XYZ | 31.45 | 58.09 | 15.35 | - |
| YUV | 161.83 | 76.17 | 57.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 230 | 70 | 0.73 | 0 | 0.70 | 0.10 | 122.52 | 0.77 | 0.57 |
| Hex | 3F | E6 | 46 | 49 | 0 | 46 | A | 7B | 4D | 39 |
| Octal | 77 | 346 | 106 | 111 | 0 | 106 | 12 | 173 | 115 | 71 |
| Binary | 111111 | 11100110 | 1000110 | 1001001 | 0 | 1000110 | 1010 | 1111011 | 1001101 | 111001 |
Color Harmonies of #3FE646
Complementary color
Monochromatic Colors of #3FE646
Black with #3FE646
Text Example
Text Example
White with #3FE646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE646; }
p { color: rgb(63,230,70); }
H1.HeaderClassName
{
color: #3FE646;
}
.AnyTagClassName
{
color: #3FE646;
}
</style>
background-color css
<style>
a { background-color: #3FE646; }
a { background-color: rgb(63,230,70); }
div.DivClassName
{
background-color: #3FE646;
}
.BgClassName
{
background-color: #3FE646;
}
</style>
border-color css
<style>
span { border-color: #3FE646; }
span { border-color: rgb(63,230,70); }
td.TdClassName
{
border-color: #3FE646;
}
.TagClassName
{
border-color: #3FE646;
}
</style>